public class NotificationMessageTemplate extends Entity implements IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.util.EnumSet<NotificationTemplateBrandingOptions> |
brandingOptions
The Branding Options.
|
java.lang.String |
defaultLocale
The Default Locale.
|
java.lang.String |
displayName
The Display Name.
|
java.util.Calendar |
lastModifiedDateTime
The Last Modified Date Time.
|
LocalizedNotificationMessageCollectionPage |
localizedNotificationMessages
The Localized Notification Messages.
|
Constructor and Description |
---|
NotificationMessageTemplate() |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
additionalDataManager
@SerializedName(value="lastModifiedDateTime") @Expose public java.util.Calendar lastModifiedDateTime
@SerializedName(value="displayName") @Expose public java.lang.String displayName
@SerializedName(value="defaultLocale") @Expose public java.lang.String defaultLocale
@SerializedName(value="brandingOptions") @Expose public java.util.EnumSet<NotificationTemplateBrandingOptions> brandingOptions
public LocalizedNotificationMessageCollectionPage localizedNotificationMessages
public com.google.gson.JsonObject getRawObject()
getRawObject
in class Entity
protected ISerializer getSerializer()
getSerializer
in class Entity
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to