Uses of Class
odata.msgraph.client.entity.ChecklistItem
-
Packages that use ChecklistItem Package Description odata.msgraph.client.entity -
-
Uses of ChecklistItem in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type ChecklistItem Modifier and Type Field Description protected List<ChecklistItem>TodoTask. checklistItemsMethods in odata.msgraph.client.entity that return ChecklistItem Modifier and Type Method Description ChecklistItemChecklistItem.Builder. build()ChecklistItemChecklistItem. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ChecklistItemChecklistItem. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ChecklistItemChecklistItem. withCheckedDateTime(OffsetDateTime checkedDateTime)ChecklistItemChecklistItem. withCreatedDateTime(OffsetDateTime createdDateTime)ChecklistItemChecklistItem. withDisplayName(String displayName)ChecklistItemChecklistItem. withIsChecked(Boolean isChecked)ChecklistItemChecklistItem. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type ChecklistItem Modifier and Type Method Description TodoTask.BuilderTodoTask.Builder. checklistItems(ChecklistItem... checklistItems)Method parameters in odata.msgraph.client.entity with type arguments of type ChecklistItem Modifier and Type Method Description TodoTask.BuilderTodoTask.Builder. checklistItems(List<ChecklistItem> checklistItems)TodoTaskTodoTask. withChecklistItems(List<ChecklistItem> checklistItems)
-