public class PlannerTask extends PlannerDelta implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
PlannerTask.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
activeChecklistItemCount |
protected PlannerAppliedCategories |
appliedCategories |
protected String |
assigneePriority |
protected PlannerAssignments |
assignments |
protected String |
bucketId |
protected Integer |
checklistItemCount |
protected IdentitySet |
completedBy |
protected OffsetDateTime |
completedDateTime |
protected String |
conversationThreadId |
protected IdentitySet |
createdBy |
protected OffsetDateTime |
createdDateTime |
protected OffsetDateTime |
dueDateTime |
protected Boolean |
hasDescription |
protected String |
orderHint |
protected Integer |
percentComplete |
protected String |
planId |
protected PlannerPreviewType |
previewType |
protected Integer |
priority |
protected Integer |
referenceCount |
protected OffsetDateTime |
startDateTime |
protected String |
title |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
PlannerTask() |
builderPlannerDeltaprotected IdentitySet createdBy
protected String planId
protected String bucketId
protected String title
protected String orderHint
protected String assigneePriority
protected Integer percentComplete
protected Integer priority
protected OffsetDateTime startDateTime
protected OffsetDateTime createdDateTime
protected OffsetDateTime dueDateTime
protected Boolean hasDescription
protected PlannerPreviewType previewType
protected OffsetDateTime completedDateTime
protected IdentitySet completedBy
protected Integer referenceCount
protected Integer checklistItemCount
protected Integer activeChecklistItemCount
protected PlannerAppliedCategories appliedCategories
protected PlannerAssignments assignments
protected String conversationThreadId
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class PlannerDeltapublic static PlannerTask.Builder builderPlannerTask()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class PlannerDeltapublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class PlannerDeltapublic Optional<IdentitySet> getCreatedBy()
public PlannerTask withCreatedBy(IdentitySet createdBy)
public PlannerTask withPlanId(String planId)
public PlannerTask withBucketId(String bucketId)
public PlannerTask withTitle(String title)
public PlannerTask withOrderHint(String orderHint)
public PlannerTask withAssigneePriority(String assigneePriority)
public PlannerTask withPercentComplete(Integer percentComplete)
public PlannerTask withPriority(Integer priority)
public Optional<OffsetDateTime> getStartDateTime()
public PlannerTask withStartDateTime(OffsetDateTime startDateTime)
public Optional<OffsetDateTime> getCreatedDateTime()
public PlannerTask withCreatedDateTime(OffsetDateTime createdDateTime)
public Optional<OffsetDateTime> getDueDateTime()
public PlannerTask withDueDateTime(OffsetDateTime dueDateTime)
public PlannerTask withHasDescription(Boolean hasDescription)
public Optional<PlannerPreviewType> getPreviewType()
public PlannerTask withPreviewType(PlannerPreviewType previewType)
public Optional<OffsetDateTime> getCompletedDateTime()
public PlannerTask withCompletedDateTime(OffsetDateTime completedDateTime)
public Optional<IdentitySet> getCompletedBy()
public PlannerTask withCompletedBy(IdentitySet completedBy)
public PlannerTask withReferenceCount(Integer referenceCount)
public PlannerTask withChecklistItemCount(Integer checklistItemCount)
public PlannerTask withActiveChecklistItemCount(Integer activeChecklistItemCount)
public Optional<PlannerAppliedCategories> getAppliedCategories()
public PlannerTask withAppliedCategories(PlannerAppliedCategories appliedCategories)
public Optional<PlannerAssignments> getAssignments()
public PlannerTask withAssignments(PlannerAssignments assignments)
public PlannerTask withConversationThreadId(String conversationThreadId)
public PlannerTaskDetailsRequest getDetails()
public PlannerAssignedToTaskBoardTaskFormatRequest getAssignedToTaskBoardFormat()
public PlannerProgressTaskBoardTaskFormatRequest getProgressTaskBoardFormat()
public PlannerBucketTaskBoardTaskFormatRequest getBucketTaskBoardFormat()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class PlannerDeltapublic PlannerTask patch()
this with changed fields reset.patch in class PlannerDeltathis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic PlannerTask put()
this
with changed fields reset (they were ignored anyway).put in class PlannerDeltathis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class PlannerDeltaCopyright © 2018–2020. All rights reserved.