Uses of Enum
com.microsoft.graph.models.ProvisioningStepType
Packages that use ProvisioningStepType
-
Uses of ProvisioningStepType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ProvisioningStepTypeModifier and TypeMethodDescriptionstatic ProvisioningStepTypeProvisioningStep.getProvisioningStepType()Gets the provisioningStepType property value.static ProvisioningStepTypeReturns the enum constant of this type with the specified name.static ProvisioningStepType[]ProvisioningStepType.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 ProvisioningStepTypeModifier and TypeMethodDescriptionvoidProvisioningStep.setProvisioningStepType(ProvisioningStepType value) Sets the provisioningStepType property value.