Class TrainingNotificationSetting

java.lang.Object
com.microsoft.graph.models.EndUserNotificationSetting
com.microsoft.graph.models.TrainingNotificationSetting
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class TrainingNotificationSetting extends EndUserNotificationSetting implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Training Notification Setting.
  • Field Details

    • trainingAssignment

      @SerializedName(value="trainingAssignment", alternate="TrainingAssignment") @Expose @Nullable public BaseEndUserNotification trainingAssignment
      The Training Assignment.
    • trainingReminder

      @SerializedName(value="trainingReminder", alternate="TrainingReminder") @Expose @Nullable public TrainingReminderNotification trainingReminder
      The Training Reminder.
  • Constructor Details

    • TrainingNotificationSetting

      public TrainingNotificationSetting()
  • 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 EndUserNotificationSetting
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to