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