Package com.okta.sdk.resource.model
Class EmailCustomization
java.lang.Object
com.okta.sdk.resource.model.EmailCustomization
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class EmailCustomization
extends Object
implements Serializable
EmailCustomization
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getBody()
The email's HTML body.The UTC time at which this email customization was created.getId()
A unique identifier for this email customizationWhether this is the default customization for the email template.The language specified as an [IETF BCP 47 language tag](https://datatracker.ietf.org/doc/html/rfc5646)The UTC time at which this email customization was last updated.getLinks()
Get linksThe email's subject.int
hashCode()
void
void
setIsDefault
(Boolean isDefault) void
setLanguage
(String language) void
void
setSubject
(String subject) toString()
-
Field Details
-
JSON_PROPERTY_BODY
- See Also:
-
JSON_PROPERTY_SUBJECT
- See Also:
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_IS_DEFAULT
- See Also:
-
JSON_PROPERTY_LANGUAGE
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
EmailCustomization
public EmailCustomization()
-
-
Method Details
-
body
-
getBody
The email's HTML body. May contain [variable references](https://velocity.apache.org/engine/1.7/user-guide.html#references).- Returns:
- body
-
setBody
-
subject
-
getSubject
The email's subject. May contain [variable references](https://velocity.apache.org/engine/1.7/user-guide.html#references).- Returns:
- subject
-
setSubject
-
getCreated
The UTC time at which this email customization was created.- Returns:
- created
-
getId
A unique identifier for this email customization- Returns:
- id
-
isDefault
-
getIsDefault
Whether this is the default customization for the email template. Each customized email template must have exactly one default customization. Defaults to `true` for the first customization and `false` thereafter.- Returns:
- isDefault
-
setIsDefault
-
language
-
getLanguage
The language specified as an [IETF BCP 47 language tag](https://datatracker.ietf.org/doc/html/rfc5646)- Returns:
- language
-
setLanguage
-
getLastUpdated
The UTC time at which this email customization was last updated.- Returns:
- lastUpdated
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-