Class Reminder

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

public class Reminder extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Reminder.
  • Field Details

    • oDataType

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

      @SerializedName(value="changeKey", alternate="ChangeKey") @Expose @Nullable public String changeKey
      The Change Key. Identifies the version of the reminder. Every time the reminder is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object.
    • eventEndTime

      @SerializedName(value="eventEndTime", alternate="EventEndTime") @Expose @Nullable public DateTimeTimeZone eventEndTime
      The Event End Time. The date, time and time zone that the event ends.
    • eventId

      @SerializedName(value="eventId", alternate="EventId") @Expose @Nullable public String eventId
      The Event Id. The unique ID of the event. Read only.
    • eventLocation

      @SerializedName(value="eventLocation", alternate="EventLocation") @Expose @Nullable public Location eventLocation
      The Event Location. The location of the event.
    • eventStartTime

      @SerializedName(value="eventStartTime", alternate="EventStartTime") @Expose @Nullable public DateTimeTimeZone eventStartTime
      The Event Start Time. The date, time, and time zone that the event starts.
    • eventSubject

      @SerializedName(value="eventSubject", alternate="EventSubject") @Expose @Nullable public String eventSubject
      The Event Subject. The text of the event's subject line.
    • reminderFireTime

      @SerializedName(value="reminderFireTime", alternate="ReminderFireTime") @Expose @Nullable public DateTimeTimeZone reminderFireTime
      The Reminder Fire Time. The date, time, and time zone that the reminder is set to occur.
  • Constructor Details

    • Reminder

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