Class ServiceProvisioningXmlError

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

public class ServiceProvisioningXmlError extends ServiceProvisioningError implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Service Provisioning Xml Error.
  • Field Details

    • errorDetail

      @SerializedName(value="errorDetail", alternate="ErrorDetail") @Expose @Nullable public String errorDetail
      The Error Detail.
  • Constructor Details

    • ServiceProvisioningXmlError

      public ServiceProvisioningXmlError()
  • Method Details

    • 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
      Overrides:
      setRawObject in class ServiceProvisioningError
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to