Class ConnectionOperation

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.externalconnectors.models.ConnectionOperation
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ConnectionOperation extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Connection Operation.
  • Field Details

    • error

      @SerializedName(value="error", alternate="Error") @Expose @Nullable public PublicError error
      The Error. If status is failed, provides more information about the error that caused the failure.
    • status

      @SerializedName(value="status", alternate="Status") @Expose @Nullable public ConnectionOperationStatus status
      The Status. Indicates the status of the asynchronous operation. Possible values are: unspecified, inprogress, completed, failed.
  • Constructor Details

    • ConnectionOperation

      public ConnectionOperation()
  • 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 Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to