Class TrainingReminderNotification

java.lang.Object
com.microsoft.graph.models.BaseEndUserNotification
com.microsoft.graph.models.TrainingReminderNotification
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class TrainingReminderNotification extends BaseEndUserNotification implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Training Reminder Notification.
  • Field Details

    • deliveryFrequency

      @SerializedName(value="deliveryFrequency", alternate="DeliveryFrequency") @Expose @Nullable public NotificationDeliveryFrequency deliveryFrequency
      The Delivery Frequency.
  • Constructor Details

    • TrainingReminderNotification

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