Uses of Class
odata.msgraph.client.enums.AccessPackageCatalogState
-
Packages that use AccessPackageCatalogState Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of AccessPackageCatalogState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as AccessPackageCatalogState Modifier and Type Field Description protected AccessPackageCatalogStateAccessPackageCatalog. stateMethods in odata.msgraph.client.entity that return types with arguments of type AccessPackageCatalogState Modifier and Type Method Description Optional<AccessPackageCatalogState>AccessPackageCatalog. getState()Methods in odata.msgraph.client.entity with parameters of type AccessPackageCatalogState Modifier and Type Method Description AccessPackageCatalog.BuilderAccessPackageCatalog.Builder. state(AccessPackageCatalogState state)AccessPackageCatalogAccessPackageCatalog. withState(AccessPackageCatalogState state) -
Uses of AccessPackageCatalogState in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return AccessPackageCatalogState Modifier and Type Method Description static AccessPackageCatalogStateAccessPackageCatalogState. valueOf(String name)Returns 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.
-