Uses of Enum
com.microsoft.graph.models.ConnectedOrganizationState
Packages that use ConnectedOrganizationState
-
Uses of ConnectedOrganizationState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ConnectedOrganizationStateModifier and TypeMethodDescriptionstatic ConnectedOrganizationStateConnectedOrganization.getState()Gets the state property value.static ConnectedOrganizationStateReturns 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.Methods in com.microsoft.graph.models with parameters of type ConnectedOrganizationStateModifier and TypeMethodDescriptionvoidConnectedOrganization.setState(ConnectedOrganizationState value) Sets the state property value.