Uses of Enum
com.microsoft.graph.models.AccessPackageCatalogState
Packages that use AccessPackageCatalogState
-
Uses of AccessPackageCatalogState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AccessPackageCatalogStateModifier and TypeMethodDescriptionstatic AccessPackageCatalogStateAccessPackageCatalog.getState()Gets the state property value.static AccessPackageCatalogStateReturns the enum constant of this type with the specified name.static AccessPackageCatalogState[]AccessPackageCatalogState.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 AccessPackageCatalogStateModifier and TypeMethodDescriptionvoidAccessPackageCatalog.setState(AccessPackageCatalogState value) Sets the state property value.