Uses of Class
odata.msgraph.client.beta.entity.PlannerTaskDetails
-
Packages that use PlannerTaskDetails Package Description odata.msgraph.client.beta.entity -
-
Uses of PlannerTaskDetails in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return PlannerTaskDetails Modifier and Type Method Description PlannerTaskDetailsPlannerTaskDetails.Builder. build()PlannerTaskDetailsPlannerTaskDetails. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PlannerTaskDetailsPlannerTaskDetails. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PlannerTaskDetailsPlannerTaskDetails. withChecklist(PlannerChecklistItems checklist)PlannerTaskDetailsPlannerTaskDetails. withDescription(String description)PlannerTaskDetailsPlannerTaskDetails. withPreviewType(PlannerPreviewType previewType)PlannerTaskDetailsPlannerTaskDetails. withReferences(PlannerExternalReferences references)PlannerTaskDetailsPlannerTaskDetails. withUnmappedField(String name, String value)
-