Uses of Enum
com.microsoft.graph.models.ProvisioningResult
Packages that use ProvisioningResult
-
Uses of ProvisioningResult in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ProvisioningResultModifier and TypeMethodDescriptionstatic ProvisioningResultProvisioningStatusInfo.getStatus()Gets the status property value.ProvisioningStep.getStatus()Gets the status property value.static ProvisioningResultReturns the enum constant of this type with the specified name.static ProvisioningResult[]ProvisioningResult.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 ProvisioningResultModifier and TypeMethodDescriptionvoidProvisioningStatusInfo.setStatus(ProvisioningResult value) Sets the status property value.voidProvisioningStep.setStatus(ProvisioningResult value) Sets the status property value.