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