Uses of Class
microsoft.graph.externalconnectors.entity.ExternalGroup
-
Packages that use ExternalGroup Package Description microsoft.graph.externalconnectors.entity -
-
Uses of ExternalGroup in microsoft.graph.externalconnectors.entity
Methods in microsoft.graph.externalconnectors.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)
-