BatchRequest Class
- java.
lang. Object - com.
microsoft. graph. http. BaseRequest<T> - com.
microsoft. graph. content. BatchRequest
- com.
- com.
public class BatchRequest
extends BaseRequest<BatchResponseContent>
Request for batch requests
Constructor Summary
| Constructor | Description |
|---|---|
| BatchRequest(String requestUrl, IBaseClient<?> client, List<? extends Option> options) |
Instantiates a new batch request |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Batch |
post(BatchRequestContent content)
Send this request |
|
java.util.concurrent.CompletableFuture<Batch |
postAsync(BatchRequestContent content)
Send this request |
Methods inherited from BaseRequest
Methods inherited from java.lang.Object
Constructor Details
BatchRequest
public BatchRequest(String requestUrl, IBaseClient client, List options)
Instantiates a new batch request
Parameters:
Method Details
post
public BatchResponseContent post(BatchRequestContent content)
Send this request
Parameters:
Returns:
Throws:
postAsync
public CompletableFuture
Send this request
Parameters:
Returns:
Throws: