Uses of Class
odata.msgraph.client.beta.entity.ExternalItem
-
Packages that use ExternalItem Package Description odata.msgraph.client.beta.entity -
-
Uses of ExternalItem in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return ExternalItem Modifier and Type Method Description ExternalItemExternalItem.Builder. build()ExternalItemExternalItem. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ExternalItemExternalItem. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ExternalItemExternalItem. withAcl(List<Acl> acl)ExternalItemExternalItem. withContent(ExternalItemContent content)ExternalItemExternalItem. withProperties(Properties properties)ExternalItemExternalItem. withUnmappedField(String name, String value)
-