BatchResponseContent Class
- java.
lang. Object - com.
microsoft. graph. content. BatchResponseContent
- com.
public class BatchResponseContent
Respresents the result of a JSON batch request
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
java.util.List<Batch |
responses
Responses to the steps from the request |
Constructor Summary
| Constructor | Description | |
|---|---|---|
| BatchResponseContent() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Batch |
getResponseById(String stepId)
Gets a response to a request in the batch by its id |
Methods inherited from java.lang.Object
Field Details
responses
public List
Responses to the steps from the request
Constructor Details
BatchResponseContent
public BatchResponseContent()
Method Details
getResponseById
public BatchResponseStep
Gets a response to a request in the batch by its id
Parameters:
Returns: