Class EndUserNotificationDetail

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.EndUserNotificationDetail
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class EndUserNotificationDetail extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the End User Notification Detail.
  • Field Details

    • emailContent

      @SerializedName(value="emailContent", alternate="EmailContent") @Expose @Nullable public String emailContent
      The Email Content. Email HTML content.
    • isDefaultLangauge

      @SerializedName(value="isDefaultLangauge", alternate="IsDefaultLangauge") @Expose @Nullable public Boolean isDefaultLangauge
      The Is Default Langauge. Indicates whether this language is default.
    • language

      @SerializedName(value="language", alternate="Language") @Expose @Nullable public String language
      The Language. Notification language.
    • locale

      @SerializedName(value="locale", alternate="Locale") @Expose @Nullable public String locale
      The Locale. Notification locale.
    • sentFrom

      @SerializedName(value="sentFrom", alternate="SentFrom") @Expose @Nullable public EmailIdentity sentFrom
      The Sent From. Email details of the sender.
    • subject

      @SerializedName(value="subject", alternate="Subject") @Expose @Nullable public String subject
      The Subject. Mail subject.
  • Constructor Details

    • EndUserNotificationDetail

      public EndUserNotificationDetail()
  • 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