Class PositiveReinforcementNotification

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

public class PositiveReinforcementNotification extends BaseEndUserNotification implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Positive Reinforcement Notification.
  • Field Details

    • deliveryPreference

      @SerializedName(value="deliveryPreference", alternate="DeliveryPreference") @Expose @Nullable public NotificationDeliveryPreference deliveryPreference
      The Delivery Preference. Delivery preference. Possible values are: unknown, deliverImmedietly, deliverAfterCampaignEnd, unknownFutureValue.
  • Constructor Details

    • PositiveReinforcementNotification

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