Uses of Enum
com.microsoft.graph.models.AccessPackageRequestState
Packages that use AccessPackageRequestState
-
Uses of AccessPackageRequestState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AccessPackageRequestStateModifier and TypeMethodDescriptionstatic AccessPackageRequestStateAccessPackageAssignmentRequest.getState()Gets the state property value.AccessPackageResourceRequest.getState()Gets the state property value.static AccessPackageRequestStateReturns the enum constant of this type with the specified name.static AccessPackageRequestState[]AccessPackageRequestState.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 AccessPackageRequestStateModifier and TypeMethodDescriptionvoidAccessPackageAssignmentRequest.setState(AccessPackageRequestState value) Sets the state property value.voidAccessPackageResourceRequest.setState(AccessPackageRequestState value) Sets the state property value.