Class ExternalActivityResult

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ExternalActivityResult extends ExternalActivity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the External Activity Result.
  • Field Details

    • error

      @SerializedName(value="error", alternate="Error") @Expose @Nullable public PublicError error
      The Error. Error information that explains the failure to process an external activity.
  • Constructor Details

    • ExternalActivityResult

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