Class ProvisioningStep

java.lang.Object
com.microsoft.graph.models.ProvisioningStep
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ProvisioningStep extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Provisioning Step.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public String description
      The Description. Summary of what occurred during the step.
    • details

      @SerializedName(value="details", alternate="Details") @Expose @Nullable public DetailsInfo details
      The Details. Details of what occurred during the step.
    • name

      @SerializedName(value="name", alternate="Name") @Expose @Nullable public String name
      The Name. Name of the step.
    • provisioningStepType

      @SerializedName(value="provisioningStepType", alternate="ProvisioningStepType") @Expose @Nullable public ProvisioningStepType provisioningStepType
      The Provisioning Step Type. Type of step. Possible values are: import, scoping, matching, processing, referenceResolution, export, unknownFutureValue.
    • status

      @SerializedName(value="status", alternate="Status") @Expose @Nullable public ProvisioningResult status
      The Status. Status of the step. Possible values are: success, warning, failure, skipped, unknownFutureValue.
  • Constructor Details

    • ProvisioningStep

      public ProvisioningStep()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to