@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2022-04-28T13:50:40.626-05:00")
public class DefaultEmailTemplateContent
extends AbstractInstanceResource<EmailTemplateContent>
implements EmailTemplateContent
propertiesreadLock, writeLock| Constructor and Description |
|---|
DefaultEmailTemplateContent(InternalDataStore dataStore) |
DefaultEmailTemplateContent(InternalDataStore dataStore,
java.util.Map<java.lang.String,java.lang.Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBody() |
java.lang.String |
getFromAddress() |
java.lang.String |
getFromName() |
java.util.Map<java.lang.String,java.lang.Object> |
getLinks() |
java.util.Map<java.lang.String,Property> |
getPropertyDescriptors() |
java.lang.Class<? extends Resource> |
getResourceClass()
Returns the class this resource represents.
|
java.lang.String |
getSubject() |
EmailTemplateContent |
setBody(java.lang.String body) |
EmailTemplateContent |
setFromAddress(java.lang.String fromAddress) |
EmailTemplateContent |
setFromName(java.lang.String fromName) |
EmailTemplateContent |
setSubject(java.lang.String subject) |
delete, saveclear, containsKey, containsValue, createPropertyDescriptorMap, createPropertyDescriptorMap, entrySet, equals, get, getDataStore, getDeletedPropertyNames, getInternalProperties, getParamsFromHref, getProperty, getPropertyNames, getResourceHref, getResourceListProperty, getResourceProperty, getUpdatedPropertyNames, hashCode, hasProperty, isDirty, isEmpty, isPrintableProperty, keySet, materialize, put, putAll, remove, setInternalProperties, setProperty, setProperty, setResourceHref, size, toString, valuesgetBoolean, getBoolean, getBooleanProperty, getCharArray, getDateProperty, getDoubleProperty, getDoubleProperty, getEnumListProperty, getEnumProperty, getEnumProperty, getInt, getInteger, getIntegerList, getIntProperty, getIntProperty, getListProperty, getListProperty, getMap, getMapProperty, getNonEmptyMap, getNullableBoolean, getNullableBooleanProperty, getNumber, getNumberList, getString, getString, getStringList, getStringProperty, setProperty, setPropertyclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetResourceHref, setResourceHrefgetBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringListpublic DefaultEmailTemplateContent(InternalDataStore dataStore)
public DefaultEmailTemplateContent(InternalDataStore dataStore, java.util.Map<java.lang.String,java.lang.Object> properties)
public java.util.Map<java.lang.String,Property> getPropertyDescriptors()
getPropertyDescriptors in class AbstractResourcepublic java.lang.Class<? extends Resource> getResourceClass()
AbstractInstanceResourceFoo, in this case this method may return Foo.class.
(Defaults to getClass().)getResourceClass in class AbstractInstanceResource<EmailTemplateContent>public java.util.Map<java.lang.String,java.lang.Object> getLinks()
getLinks in interface EmailTemplateContentpublic java.lang.String getBody()
getBody in interface EmailTemplateContentpublic EmailTemplateContent setBody(java.lang.String body)
setBody in interface EmailTemplateContentpublic java.lang.String getFromAddress()
getFromAddress in interface EmailTemplateContentpublic EmailTemplateContent setFromAddress(java.lang.String fromAddress)
setFromAddress in interface EmailTemplateContentpublic java.lang.String getFromName()
getFromName in interface EmailTemplateContentpublic EmailTemplateContent setFromName(java.lang.String fromName)
setFromName in interface EmailTemplateContentpublic java.lang.String getSubject()
getSubject in interface EmailTemplateContentpublic EmailTemplateContent setSubject(java.lang.String subject)
setSubject in interface EmailTemplateContentCopyright © 2017-2022 Okta. All Rights Reserved.