Package com.microsoft.graph.content
Class BatchStep<T>
java.lang.Object
com.microsoft.graph.content.BatchStep<T>
- Direct Known Subclasses:
BatchRequestStep,BatchResponseStep
Common abstractions between batch request steps and batch response steps
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
The Id of the step -
headers
The request/response headers for the step -
body
The body of request/response for the step
-
-
Constructor Details
-
BatchStep
public BatchStep()
-