Class BaseEndUserNotification

java.lang.Object
com.microsoft.graph.models.BaseEndUserNotification
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
Direct Known Subclasses:
PositiveReinforcementNotification, SimulationNotification, TrainingReminderNotification

public class BaseEndUserNotification extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Base End User Notification.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • defaultLanguage

      @SerializedName(value="defaultLanguage", alternate="DefaultLanguage") @Expose @Nullable public String defaultLanguage
      The Default Language.
    • endUserNotification

      @SerializedName(value="endUserNotification", alternate="EndUserNotification") @Expose @Nullable public EndUserNotification endUserNotification
      The End User Notification.
  • Constructor Details

    • BaseEndUserNotification

      public BaseEndUserNotification()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • 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
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to