Class BatchStep<T>

java.lang.Object
com.microsoft.graph.content.BatchStep<T>
Direct Known Subclasses:
BatchRequestStep, BatchResponseStep

public abstract class BatchStep<T> extends Object
Common abstractions between batch request steps and batch response steps
  • Field Details

    • id

      @Expose @Nullable @SerializedName("id") public String id
      The Id of the step
    • headers

      @Expose @Nullable @SerializedName("headers") public HashMap<String,String> headers
      The request/response headers for the step
    • body

      @Nullable @Expose @SerializedName("body") public T body
      The body of request/response for the step
  • Constructor Details

    • BatchStep

      public BatchStep()