public class NotificationMessageTemplate extends Entity implements com.microsoft.graph.serializer.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.time.OffsetDateTime |
lastModifiedDateTime
The Last Modified Date Time.
|
LocalizedNotificationMessageCollectionPage |
localizedNotificationMessages
The Localized Notification Messages.
|
| Constructor and Description |
|---|
NotificationMessageTemplate() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="brandingOptions",
alternate="BrandingOptions")
@Expose
@Nullable
public java.util.EnumSet<NotificationTemplateBrandingOptions> brandingOptions
@SerializedName(value="defaultLocale",
alternate="DefaultLocale")
@Expose
@Nullable
public java.lang.String defaultLocale
@SerializedName(value="displayName",
alternate="DisplayName")
@Expose
@Nullable
public java.lang.String displayName
@SerializedName(value="lastModifiedDateTime",
alternate="LastModifiedDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime lastModifiedDateTime
@SerializedName(value="localizedNotificationMessages",
alternate="LocalizedNotificationMessages")
@Expose
@Nullable
public LocalizedNotificationMessageCollectionPage localizedNotificationMessages
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to