Uses of Class
odata.msgraph.client.complex.PlannerChecklistItem
-
Packages that use PlannerChecklistItem Package Description odata.msgraph.client.complex -
-
Uses of PlannerChecklistItem in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return PlannerChecklistItem Modifier and Type Method Description PlannerChecklistItemPlannerChecklistItem.Builder. build()PlannerChecklistItemPlannerChecklistItem. withIsChecked(Boolean isChecked)PlannerChecklistItemPlannerChecklistItem. withLastModifiedBy(IdentitySet lastModifiedBy)PlannerChecklistItemPlannerChecklistItem. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)PlannerChecklistItemPlannerChecklistItem. withOrderHint(String orderHint)PlannerChecklistItemPlannerChecklistItem. withTitle(String title)PlannerChecklistItemPlannerChecklistItem. withUnmappedField(String name, Object value)
-