public class PlannerTask extends Entity implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
activeChecklistItemCount
The Active Checklist Item Count.
|
PlannerAppliedCategories |
appliedCategories
The Applied Categories.
|
PlannerAssignedToTaskBoardTaskFormat |
assignedToTaskBoardFormat
The Assigned To Task Board Format.
|
java.lang.String |
assigneePriority
The Assignee Priority.
|
PlannerAssignments |
assignments
The Assignments.
|
java.lang.String |
bucketId
The Bucket Id.
|
PlannerBucketTaskBoardTaskFormat |
bucketTaskBoardFormat
The Bucket Task Board Format.
|
java.lang.Integer |
checklistItemCount
The Checklist Item Count.
|
IdentitySet |
completedBy
The Completed By.
|
java.util.Calendar |
completedDateTime
The Completed Date Time.
|
java.lang.String |
conversationThreadId
The Conversation Thread Id.
|
IdentitySet |
createdBy
The Created By.
|
java.util.Calendar |
createdDateTime
The Created Date Time.
|
PlannerTaskDetails |
details
The Details.
|
java.util.Calendar |
dueDateTime
The Due Date Time.
|
java.lang.Boolean |
hasDescription
The Has Description.
|
java.lang.String |
orderHint
The Order Hint.
|
java.lang.Integer |
percentComplete
The Percent Complete.
|
java.lang.String |
planId
The Plan Id.
|
PlannerPreviewType |
previewType
The Preview Type.
|
PlannerProgressTaskBoardTaskFormat |
progressTaskBoardFormat
The Progress Task Board Format.
|
java.lang.Integer |
referenceCount
The Reference Count.
|
java.util.Calendar |
startDateTime
The Start Date Time.
|
java.lang.String |
title
The Title.
|
| Constructor and Description |
|---|
PlannerTask() |
| 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="createdBy") @Expose public IdentitySet createdBy
@SerializedName(value="planId") @Expose public java.lang.String planId
@SerializedName(value="bucketId") @Expose public java.lang.String bucketId
@SerializedName(value="title") @Expose public java.lang.String title
@SerializedName(value="orderHint") @Expose public java.lang.String orderHint
@SerializedName(value="assigneePriority") @Expose public java.lang.String assigneePriority
@SerializedName(value="percentComplete") @Expose public java.lang.Integer percentComplete
@SerializedName(value="startDateTime") @Expose public java.util.Calendar startDateTime
@SerializedName(value="createdDateTime") @Expose public java.util.Calendar createdDateTime
@SerializedName(value="dueDateTime") @Expose public java.util.Calendar dueDateTime
@SerializedName(value="hasDescription") @Expose public java.lang.Boolean hasDescription
@SerializedName(value="previewType") @Expose public PlannerPreviewType previewType
@SerializedName(value="completedDateTime") @Expose public java.util.Calendar completedDateTime
@SerializedName(value="completedBy") @Expose public IdentitySet completedBy
@SerializedName(value="referenceCount") @Expose public java.lang.Integer referenceCount
@SerializedName(value="checklistItemCount") @Expose public java.lang.Integer checklistItemCount
@SerializedName(value="activeChecklistItemCount") @Expose public java.lang.Integer activeChecklistItemCount
@SerializedName(value="appliedCategories") @Expose public PlannerAppliedCategories appliedCategories
@SerializedName(value="assignments") @Expose public PlannerAssignments assignments
@SerializedName(value="conversationThreadId") @Expose public java.lang.String conversationThreadId
@SerializedName(value="details") @Expose public PlannerTaskDetails details
@SerializedName(value="assignedToTaskBoardFormat") @Expose public PlannerAssignedToTaskBoardTaskFormat assignedToTaskBoardFormat
@SerializedName(value="progressTaskBoardFormat") @Expose public PlannerProgressTaskBoardTaskFormat progressTaskBoardFormat
@SerializedName(value="bucketTaskBoardFormat") @Expose public PlannerBucketTaskBoardTaskFormat bucketTaskBoardFormat
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