Class CustomTaskExtensionCalloutData

java.lang.Object
com.microsoft.graph.models.CustomExtensionData
com.microsoft.graph.identitygovernance.models.CustomTaskExtensionCalloutData
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class CustomTaskExtensionCalloutData extends CustomExtensionData implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Custom Task Extension Callout Data.
  • Field Details

    • subject

      @SerializedName(value="subject", alternate="Subject") @Expose @Nullable public User subject
      The Subject.
    • task

      @SerializedName(value="task", alternate="Task") @Expose @Nullable public Task task
      The Task.
    • taskProcessingresult

      @SerializedName(value="taskProcessingresult", alternate="TaskProcessingresult") @Expose @Nullable public TaskProcessingResult taskProcessingresult
      The Task Processingresult.
    • workflow

      @SerializedName(value="workflow", alternate="Workflow") @Expose @Nullable public Workflow workflow
      The Workflow.
  • Constructor Details

    • CustomTaskExtensionCalloutData

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