@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-29T14:11:29.890-05:00[America/Chicago]") public class EmailCustomizationAllOf extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_CREATED  | 
static String | 
JSON_PROPERTY_ID  | 
static String | 
JSON_PROPERTY_IS_DEFAULT  | 
static String | 
JSON_PROPERTY_LANGUAGE  | 
static String | 
JSON_PROPERTY_LAST_UPDATED  | 
static String | 
JSON_PROPERTY_LINKS  | 
| Constructor and Description | 
|---|
EmailCustomizationAllOf()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
OffsetDateTime | 
getCreated()
The UTC time at which this email customization was created. 
 | 
String | 
getId()
A unique identifier for this email customization 
 | 
Boolean | 
getIsDefault()
Whether this is the default customization for the email template. 
 | 
String | 
getLanguage()
The language specified as an [IETF BCP 47 language tag](https://datatracker.ietf.org/doc/html/rfc5646) 
 | 
OffsetDateTime | 
getLastUpdated()
The UTC time at which this email customization was last updated. 
 | 
LinksSelf | 
getLinks()
Get links 
 | 
int | 
hashCode()  | 
EmailCustomizationAllOf | 
isDefault(Boolean isDefault)  | 
EmailCustomizationAllOf | 
language(String language)  | 
EmailCustomizationAllOf | 
links(LinksSelf links)  | 
void | 
setIsDefault(Boolean isDefault)  | 
void | 
setLanguage(String language)  | 
void | 
setLinks(LinksSelf links)  | 
String | 
toString()  | 
public static final String JSON_PROPERTY_CREATED
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_IS_DEFAULT
public static final String JSON_PROPERTY_LANGUAGE
public static final String JSON_PROPERTY_LAST_UPDATED
public static final String JSON_PROPERTY_LINKS
@Nullable public OffsetDateTime getCreated()
public EmailCustomizationAllOf isDefault(Boolean isDefault)
@Nullable public Boolean getIsDefault()
public void setIsDefault(Boolean isDefault)
public EmailCustomizationAllOf language(String language)
@Nonnull public String getLanguage()
public void setLanguage(String language)
@Nullable public OffsetDateTime getLastUpdated()
public EmailCustomizationAllOf links(LinksSelf links)
public void setLinks(LinksSelf links)
Copyright © 2017–2023 Okta. All rights reserved.