Uses of Class
odata.msgraph.client.beta.enums.ConnectorGroupType
-
Packages that use ConnectorGroupType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of ConnectorGroupType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ConnectorGroupType Modifier and Type Field Description protected ConnectorGroupTypeConnectorGroup. connectorGroupTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type ConnectorGroupType Modifier and Type Method Description Optional<ConnectorGroupType>ConnectorGroup. getConnectorGroupType()Methods in odata.msgraph.client.beta.entity with parameters of type ConnectorGroupType Modifier and Type Method Description ConnectorGroup.BuilderConnectorGroup.Builder. connectorGroupType(ConnectorGroupType connectorGroupType)ConnectorGroupConnectorGroup. withConnectorGroupType(ConnectorGroupType connectorGroupType) -
Uses of ConnectorGroupType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ConnectorGroupType Modifier and Type Method Description static ConnectorGroupTypeConnectorGroupType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectorGroupType[]ConnectorGroupType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-