Uses of Class
odata.msgraph.client.beta.entity.ListItem
-
Packages that use ListItem Package Description odata.msgraph.client.beta.entity -
-
Uses of ListItem in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return ListItem Modifier and Type Method Description ListItemListItem.Builder. build()ListItemListItem. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ListItemListItem. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ListItemListItem. withContentType(ContentTypeInfo contentType)ListItemListItem. withSharepointIds(SharepointIds sharepointIds)ListItemListItem. withUnmappedField(String name, String value)
-