Uses of Class
odata.msgraph.client.enums.ConnectedOrganizationState
-
Packages that use ConnectedOrganizationState Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of ConnectedOrganizationState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as ConnectedOrganizationState Modifier and Type Field Description protected ConnectedOrganizationStateConnectedOrganization. stateMethods in odata.msgraph.client.entity that return types with arguments of type ConnectedOrganizationState Modifier and Type Method Description Optional<ConnectedOrganizationState>ConnectedOrganization. getState()Methods in odata.msgraph.client.entity with parameters of type ConnectedOrganizationState Modifier and Type Method Description ConnectedOrganization.BuilderConnectedOrganization.Builder. state(ConnectedOrganizationState state)ConnectedOrganizationConnectedOrganization. withState(ConnectedOrganizationState state) -
Uses of ConnectedOrganizationState in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return ConnectedOrganizationState Modifier and Type Method Description static ConnectedOrganizationStateConnectedOrganizationState. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectedOrganizationState[]ConnectedOrganizationState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-