Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Description.The Details.The Name.the OData type of the object as returned by the serviceThe Provisioning Step Type.The Status. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
description
@SerializedName(value="description", alternate="Description") @Expose @Nullable public String descriptionThe Description. Summary of what occurred during the step. -
details
The Details. Details of what occurred during the step. -
name
The Name. Name of the step. -
provisioningStepType
@SerializedName(value="provisioningStepType", alternate="ProvisioningStepType") @Expose @Nullable public ProvisioningStepType provisioningStepTypeThe 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 statusThe 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:
additionalDataManagerin interfacecom.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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-