Class ConvertIdResult

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

public class ConvertIdResult extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Convert Id Result.
  • Field Details

    • oDataType

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

      @SerializedName(value="errorDetails", alternate="ErrorDetails") @Expose @Nullable public GenericError errorDetails
      The Error Details. An error object indicating the reason for the conversion failure. This value is not present if the conversion succeeded.
    • sourceId

      @SerializedName(value="sourceId", alternate="SourceId") @Expose @Nullable public String sourceId
      The Source Id. The identifier that was converted. This value is the original, un-converted identifier.
    • targetId

      @SerializedName(value="targetId", alternate="TargetId") @Expose @Nullable public String targetId
      The Target Id. The converted identifier. This value is not present if the conversion failed.
  • Constructor Details

    • ConvertIdResult

      public ConvertIdResult()
  • 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