BatchStep<T> Class
- java.
lang. Object - com.
microsoft. graph. content. BatchStep<T>
- com.
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
Field Details
body
public T body
The body of request/response for the step
headers
public HashMap
The request/response headers for the step
id
public String id
The Id of the step
Constructor Details
BatchStep
public BatchStep()