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 Details

    • isDefault

      @SerializedName(value="isDefault", alternate="IsDefault") @Expose @Nullable public Boolean isDefault
      The 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 lastModifiedDateTime
      The Last Modified Date Time. DateTime the object was last modified.
    • locale

      @SerializedName(value="locale", alternate="Locale") @Expose @Nullable public String locale
      The Locale. The Locale for which this message is destined.
    • messageTemplate

      @SerializedName(value="messageTemplate", alternate="MessageTemplate") @Expose @Nullable public String messageTemplate
      The Message Template. The Message Template content.
    • subject

      @SerializedName(value="subject", alternate="Subject") @Expose @Nullable public String 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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to