Uses of Enum
com.microsoft.graph.models.MultiTenantOrganizationState
Packages that use MultiTenantOrganizationState
-
Uses of MultiTenantOrganizationState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return MultiTenantOrganizationStateModifier and TypeMethodDescriptionstatic MultiTenantOrganizationStateMultiTenantOrganization.getState()Gets the state property value.static MultiTenantOrganizationStateReturns 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.Methods in com.microsoft.graph.models with parameters of type MultiTenantOrganizationStateModifier and TypeMethodDescriptionvoidMultiTenantOrganization.setState(MultiTenantOrganizationState value) Sets the state property value.