Uses of Class
odata.msgraph.client.beta.entity.ChecklistItem
-
Packages that use ChecklistItem Package Description odata.msgraph.client.beta.entity -
-
Uses of ChecklistItem in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.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, String value)
-