Class BatchRequestStep<T>

java.lang.Object
com.microsoft.graph.content.BatchStep<T>
com.microsoft.graph.content.BatchRequestStep<T>

public class BatchRequestStep<T> extends BatchStep<T>
the http request for the batch step
  • Field Details

    • url

      @Nullable @Expose @SerializedName("url") public String url
      The URL to query for the step
    • method

      @Nullable @Expose @SerializedName("method") public String method
      The HTTP method to use to execute the request
    • dependsOn

      @Nullable @Expose @SerializedName("dependsOn") public HashSet<String> dependsOn
      The IDs of the steps this step depends on before being executed
  • Constructor Details

    • BatchRequestStep

      public BatchRequestStep()