Package com.microsoft.graph.models
Class Reminder
java.lang.Object
com.microsoft.graph.models.Reminder
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
The class for the Reminder.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Change Key.The Event End Time.The Event Id.The Event Location.The Event Start Time.The Event Subject.The Event Web Link.the OData type of the object as returned by the serviceThe Reminder Fire Time. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
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 eventEndTimeThe Event End Time. The date, time and time zone that the event ends. -
eventId
The Event Id. The unique ID of the event. Read only. -
eventLocation
@SerializedName(value="eventLocation", alternate="EventLocation") @Expose @Nullable public Location eventLocationThe Event Location. The location of the event. -
eventStartTime
@SerializedName(value="eventStartTime", alternate="EventStartTime") @Expose @Nullable public DateTimeTimeZone eventStartTimeThe Event Start Time. The date, time, and time zone that the event starts. -
eventSubject
@SerializedName(value="eventSubject", alternate="EventSubject") @Expose @Nullable public String eventSubjectThe Event Subject. The text of the event's subject line. -
eventWebLink
@SerializedName(value="eventWebLink", alternate="EventWebLink") @Expose @Nullable public String eventWebLinkThe Event Web Link. The URL to open the event in Outlook on the web.The event will open in the browser if you are logged in to your mailbox via Outlook on the web. You will be prompted to login if you are not already logged in with the browser.This URL cannot be accessed from within an iFrame. -
reminderFireTime
@SerializedName(value="reminderFireTime", alternate="ReminderFireTime") @Expose @Nullable public DateTimeTimeZone reminderFireTimeThe 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:
additionalDataManagerin interfacecom.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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-