Share via


BatchStep<T> Class

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

Type Parameters

T

public abstract class BatchStep<T>

Common abstractions between batch request steps and batch response steps

Field Summary

Modifier and Type Field and Description
T body

The body of request/response for the step

java.util.HashMap<java.lang.String,java.lang.String> headers

The request/response headers for the step

java.lang.String id

The Id of the step

Constructor Summary

Constructor Description
BatchStep()

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Field Details

body

public T body

The body of request/response for the step

headers

public HashMap headers

The request/response headers for the step

id

public String id

The Id of the step

Constructor Details

BatchStep

public BatchStep()

Applies to