Uses of Enum
com.microsoft.graph.models.ProvisioningAction
Packages that use ProvisioningAction
-
Uses of ProvisioningAction in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ProvisioningActionModifier and TypeMethodDescriptionstatic ProvisioningActionProvisioningObjectSummary.getProvisioningAction()Gets the provisioningAction property value.static ProvisioningActionReturns the enum constant of this type with the specified name.static ProvisioningAction[]ProvisioningAction.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 ProvisioningActionModifier and TypeMethodDescriptionvoidProvisioningObjectSummary.setProvisioningAction(ProvisioningAction value) Sets the provisioningAction property value.