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
|
additionalDataManager
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
additionalDataManager
@SerializedName(value="activeChecklistItemCount", alternate="ActiveChecklistItemCount") @Expose public java.lang.Integer activeChecklistItemCount
@SerializedName(value="appliedCategories", alternate="AppliedCategories") @Expose public PlannerAppliedCategories appliedCategories
@SerializedName(value="assigneePriority", alternate="AssigneePriority") @Expose public java.lang.String assigneePriority
@SerializedName(value="assignments", alternate="Assignments") @Expose public PlannerAssignments assignments
@SerializedName(value="bucketId", alternate="BucketId") @Expose public java.lang.String bucketId
@SerializedName(value="checklistItemCount", alternate="ChecklistItemCount") @Expose public java.lang.Integer checklistItemCount
@SerializedName(value="completedBy", alternate="CompletedBy") @Expose public IdentitySet completedBy
@SerializedName(value="completedDateTime", alternate="CompletedDateTime") @Expose public java.util.Calendar completedDateTime
@SerializedName(value="conversationThreadId", alternate="ConversationThreadId") @Expose public java.lang.String conversationThreadId
@SerializedName(value="createdBy", alternate="CreatedBy") @Expose public IdentitySet createdBy
@SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose public java.util.Calendar createdDateTime
@SerializedName(value="dueDateTime", alternate="DueDateTime") @Expose public java.util.Calendar dueDateTime
@SerializedName(value="hasDescription", alternate="HasDescription") @Expose public java.lang.Boolean hasDescription
@SerializedName(value="orderHint", alternate="OrderHint") @Expose public java.lang.String orderHint
@SerializedName(value="percentComplete", alternate="PercentComplete") @Expose public java.lang.Integer percentComplete
@SerializedName(value="planId", alternate="PlanId") @Expose public java.lang.String planId
@SerializedName(value="previewType", alternate="PreviewType") @Expose public PlannerPreviewType previewType
@SerializedName(value="referenceCount", alternate="ReferenceCount") @Expose public java.lang.Integer referenceCount
@SerializedName(value="startDateTime", alternate="StartDateTime") @Expose public java.util.Calendar startDateTime
@SerializedName(value="title", alternate="Title") @Expose public java.lang.String title
@SerializedName(value="assignedToTaskBoardFormat", alternate="AssignedToTaskBoardFormat") @Expose public PlannerAssignedToTaskBoardTaskFormat assignedToTaskBoardFormat
@SerializedName(value="bucketTaskBoardFormat", alternate="BucketTaskBoardFormat") @Expose public PlannerBucketTaskBoardTaskFormat bucketTaskBoardFormat
@SerializedName(value="details", alternate="Details") @Expose public PlannerTaskDetails details
@SerializedName(value="progressTaskBoardFormat", alternate="ProgressTaskBoardFormat") @Expose public PlannerProgressTaskBoardTaskFormat progressTaskBoardFormat
public com.google.gson.JsonObject getRawObject()
getRawObject
in class Entity
protected ISerializer getSerializer()
getSerializer
in class Entity
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to