public class TodoTask extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
ItemBody |
body
The Body.
|
java.time.OffsetDateTime |
bodyLastModifiedDateTime
The Body Last Modified Date Time.
|
DateTimeTimeZone |
completedDateTime
The Completed Date Time.
|
java.time.OffsetDateTime |
createdDateTime
The Created Date Time.
|
DateTimeTimeZone |
dueDateTime
The Due Date Time.
|
ExtensionCollectionPage |
extensions
The Extensions.
|
Importance |
importance
The Importance.
|
java.lang.Boolean |
isReminderOn
The Is Reminder On.
|
java.time.OffsetDateTime |
lastModifiedDateTime
The Last Modified Date Time.
|
LinkedResourceCollectionPage |
linkedResources
The Linked Resources.
|
PatternedRecurrence |
recurrence
The Recurrence.
|
DateTimeTimeZone |
reminderDateTime
The Reminder Date Time.
|
TaskStatus |
status
The Status.
|
java.lang.String |
title
The Title.
|
| Constructor and Description |
|---|
TodoTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="body",
alternate="Body")
@Expose
@Nullable
public ItemBody body
@SerializedName(value="bodyLastModifiedDateTime",
alternate="BodyLastModifiedDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime bodyLastModifiedDateTime
@SerializedName(value="completedDateTime",
alternate="CompletedDateTime")
@Expose
@Nullable
public DateTimeTimeZone completedDateTime
@SerializedName(value="createdDateTime",
alternate="CreatedDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime createdDateTime
@SerializedName(value="dueDateTime",
alternate="DueDateTime")
@Expose
@Nullable
public DateTimeTimeZone dueDateTime
@SerializedName(value="importance",
alternate="Importance")
@Expose
@Nullable
public Importance importance
@SerializedName(value="isReminderOn",
alternate="IsReminderOn")
@Expose
@Nullable
public java.lang.Boolean isReminderOn
@SerializedName(value="lastModifiedDateTime",
alternate="LastModifiedDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime lastModifiedDateTime
@SerializedName(value="recurrence",
alternate="Recurrence")
@Expose
@Nullable
public PatternedRecurrence recurrence
@SerializedName(value="reminderDateTime",
alternate="ReminderDateTime")
@Expose
@Nullable
public DateTimeTimeZone reminderDateTime
@SerializedName(value="status",
alternate="Status")
@Expose
@Nullable
public TaskStatus status
@SerializedName(value="title",
alternate="Title")
@Expose
@Nullable
public java.lang.String title
@SerializedName(value="extensions",
alternate="Extensions")
@Expose
@Nullable
public ExtensionCollectionPage extensions
@SerializedName(value="linkedResources",
alternate="LinkedResources")
@Expose
@Nullable
public LinkedResourceCollectionPage linkedResources
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to