Uses of Class
odata.msgraph.client.beta.entity.ExternalGroup
-
Packages that use ExternalGroup Package Description odata.msgraph.client.beta.entity -
-
Uses of ExternalGroup in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return ExternalGroup Modifier and Type Method Description ExternalGroupExternalGroup.Builder. build()ExternalGroupExternalGroup. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ExternalGroupExternalGroup. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ExternalGroupExternalGroup. withDescription(String description)ExternalGroupExternalGroup. withDisplayName(String displayName)ExternalGroupExternalGroup. withUnmappedField(String name, String value)
-