public class TodoTask extends Entity implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
ItemBody |
body
The Body.
|
java.util.Calendar |
bodyLastModifiedDateTime
The Body Last Modified Date Time.
|
DateTimeTimeZone |
completedDateTime
The Completed Date Time.
|
java.util.Calendar |
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.util.Calendar |
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 |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="body",
alternate="Body")
@Expose
public ItemBody body
@SerializedName(value="bodyLastModifiedDateTime",
alternate="BodyLastModifiedDateTime")
@Expose
public java.util.Calendar bodyLastModifiedDateTime
@SerializedName(value="completedDateTime",
alternate="CompletedDateTime")
@Expose
public DateTimeTimeZone completedDateTime
@SerializedName(value="createdDateTime",
alternate="CreatedDateTime")
@Expose
public java.util.Calendar createdDateTime
@SerializedName(value="dueDateTime",
alternate="DueDateTime")
@Expose
public DateTimeTimeZone dueDateTime
@SerializedName(value="importance",
alternate="Importance")
@Expose
public Importance importance
@SerializedName(value="isReminderOn",
alternate="IsReminderOn")
@Expose
public java.lang.Boolean isReminderOn
@SerializedName(value="lastModifiedDateTime",
alternate="LastModifiedDateTime")
@Expose
public java.util.Calendar lastModifiedDateTime
@SerializedName(value="recurrence",
alternate="Recurrence")
@Expose
public PatternedRecurrence recurrence
@SerializedName(value="reminderDateTime",
alternate="ReminderDateTime")
@Expose
public DateTimeTimeZone reminderDateTime
@SerializedName(value="status",
alternate="Status")
@Expose
public TaskStatus status
@SerializedName(value="title",
alternate="Title")
@Expose
public java.lang.String title
@SerializedName(value="extensions",
alternate="Extensions")
@Expose
public ExtensionCollectionPage extensions
@SerializedName(value="linkedResources",
alternate="LinkedResources")
@Expose
public LinkedResourceCollectionPage linkedResources
public com.google.gson.JsonObject getRawObject()
getRawObject in class Entityprotected ISerializer getSerializer()
getSerializer in class Entitypublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to