public class PlannerTask extends Entity implements com.microsoft.graph.serializer.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.time.OffsetDateTime |
completedDateTime
The Completed Date Time.
|
java.lang.String |
conversationThreadId
The Conversation Thread Id.
|
IdentitySet |
createdBy
The Created By.
|
java.time.OffsetDateTime |
createdDateTime
The Created Date Time.
|
PlannerTaskDetails |
details
The Details.
|
java.time.OffsetDateTime |
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.time.OffsetDateTime |
startDateTime
The Start Date Time.
|
java.lang.String |
title
The Title.
|
Constructor and Description |
---|
PlannerTask() |
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="activeChecklistItemCount", alternate="ActiveChecklistItemCount") @Expose @Nullable public java.lang.Integer activeChecklistItemCount
@SerializedName(value="appliedCategories", alternate="AppliedCategories") @Expose @Nullable public PlannerAppliedCategories appliedCategories
@SerializedName(value="assigneePriority", alternate="AssigneePriority") @Expose @Nullable public java.lang.String assigneePriority
@SerializedName(value="assignments", alternate="Assignments") @Expose @Nullable public PlannerAssignments assignments
@SerializedName(value="bucketId", alternate="BucketId") @Expose @Nullable public java.lang.String bucketId
@SerializedName(value="checklistItemCount", alternate="ChecklistItemCount") @Expose @Nullable public java.lang.Integer checklistItemCount
@SerializedName(value="completedBy", alternate="CompletedBy") @Expose @Nullable public IdentitySet completedBy
@SerializedName(value="completedDateTime", alternate="CompletedDateTime") @Expose @Nullable public java.time.OffsetDateTime completedDateTime
@SerializedName(value="conversationThreadId", alternate="ConversationThreadId") @Expose @Nullable public java.lang.String conversationThreadId
@SerializedName(value="createdBy", alternate="CreatedBy") @Expose @Nullable public IdentitySet createdBy
@SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public java.time.OffsetDateTime createdDateTime
@SerializedName(value="dueDateTime", alternate="DueDateTime") @Expose @Nullable public java.time.OffsetDateTime dueDateTime
@SerializedName(value="hasDescription", alternate="HasDescription") @Expose @Nullable public java.lang.Boolean hasDescription
@SerializedName(value="orderHint", alternate="OrderHint") @Expose @Nullable public java.lang.String orderHint
@SerializedName(value="percentComplete", alternate="PercentComplete") @Expose @Nullable public java.lang.Integer percentComplete
@SerializedName(value="planId", alternate="PlanId") @Expose @Nullable public java.lang.String planId
@SerializedName(value="previewType", alternate="PreviewType") @Expose @Nullable public PlannerPreviewType previewType
@SerializedName(value="referenceCount", alternate="ReferenceCount") @Expose @Nullable public java.lang.Integer referenceCount
@SerializedName(value="startDateTime", alternate="StartDateTime") @Expose @Nullable public java.time.OffsetDateTime startDateTime
@SerializedName(value="title", alternate="Title") @Expose @Nullable public java.lang.String title
@SerializedName(value="assignedToTaskBoardFormat", alternate="AssignedToTaskBoardFormat") @Expose @Nullable public PlannerAssignedToTaskBoardTaskFormat assignedToTaskBoardFormat
@SerializedName(value="bucketTaskBoardFormat", alternate="BucketTaskBoardFormat") @Expose @Nullable public PlannerBucketTaskBoardTaskFormat bucketTaskBoardFormat
@SerializedName(value="details", alternate="Details") @Expose @Nullable public PlannerTaskDetails details
@SerializedName(value="progressTaskBoardFormat", alternate="ProgressTaskBoardFormat") @Expose @Nullable public PlannerProgressTaskBoardTaskFormat progressTaskBoardFormat
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to