Uses of Class
odata.msgraph.client.beta.entity.ConnectorGroup
-
Packages that use ConnectorGroup Package Description odata.msgraph.client.beta.entity -
-
Uses of ConnectorGroup in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return ConnectorGroup Modifier and Type Method Description ConnectorGroupConnectorGroup.Builder. build()ConnectorGroupConnectorGroup. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ConnectorGroupConnectorGroup. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ConnectorGroupConnectorGroup. withConnectorGroupType(ConnectorGroupType connectorGroupType)ConnectorGroupConnectorGroup. withIsDefault(Boolean isDefault)ConnectorGroupConnectorGroup. withName(String name)ConnectorGroupConnectorGroup. withRegion(ConnectorGroupRegion region)ConnectorGroupConnectorGroup. withUnmappedField(String name, String value)
-