BatchResponseStep<T> Class
- java.
lang. Object - com.
microsoft. graph. content. BatchStep<T> - com.
microsoft. graph. content. BatchResponseStep<T>
- com.
- com.
Type Parameters
- T
public class BatchResponseStep<T>
extends BatchStep<T>
Response for the batch step
Field Summary
| Modifier and Type | Field and Description |
|---|---|
| protected ISerializer |
serializer
Serializer to use for response deserialization |
| int |
status
Http status code of the response |
Constructor Summary
| Constructor | Description | |
|---|---|---|
| BatchResponseStep() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| T2 |
getDeserializedBody(Class<T2> resultClass)
Returned the deserialized response body of the current step |
Methods inherited from java.lang.Object
Field Details
serializer
protected ISerializer serializer
Serializer to use for response deserialization
status
public int status
Http status code of the response
Constructor Details
BatchResponseStep
public BatchResponseStep()
Method Details
getDeserializedBody
public T2
Returned the deserialized response body of the current step
Parameters:
Returns:
Throws: