Package com.microsoft.graph.models
Class LocalizedNotificationMessage
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.LocalizedNotificationMessage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class LocalizedNotificationMessage
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Localized Notification Message.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Is Default.The Last Modified Date Time.The Locale.The Message Template.The Subject. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
isDefault
@SerializedName(value="isDefault", alternate="IsDefault") @Expose @Nullable public Boolean isDefaultThe Is Default. Flag to indicate whether or not this is the default locale for language fallback. This flag can only be set. To unset, set this property to true on another Localized Notification Message. -
lastModifiedDateTime
@SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTimeThe Last Modified Date Time. DateTime the object was last modified. -
locale
The Locale. The Locale for which this message is destined. -
messageTemplate
@SerializedName(value="messageTemplate", alternate="MessageTemplate") @Expose @Nullable public String messageTemplateThe Message Template. The Message Template content. -
subject
The Subject. The Message Template Subject.
-
-
Constructor Details
-
LocalizedNotificationMessage
public LocalizedNotificationMessage()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-