Uses of Class
odata.msgraph.client.complex.PlannerChecklistItems
-
Packages that use PlannerChecklistItems Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of PlannerChecklistItems in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return PlannerChecklistItems Modifier and Type Method Description PlannerChecklistItemsPlannerChecklistItems.Builder. build()PlannerChecklistItemsPlannerChecklistItems. withUnmappedField(String name, Object value) -
Uses of PlannerChecklistItems in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as PlannerChecklistItems Modifier and Type Field Description protected PlannerChecklistItemsPlannerTaskDetails. checklistMethods in odata.msgraph.client.entity that return types with arguments of type PlannerChecklistItems Modifier and Type Method Description Optional<PlannerChecklistItems>PlannerTaskDetails. getChecklist()Methods in odata.msgraph.client.entity with parameters of type PlannerChecklistItems Modifier and Type Method Description PlannerTaskDetails.BuilderPlannerTaskDetails.Builder. checklist(PlannerChecklistItems checklist)PlannerTaskDetailsPlannerTaskDetails. withChecklist(PlannerChecklistItems checklist)
-