BatchRequestStep<T> Class
- java.
lang. Object - com.
microsoft. graph. content. BatchStep<T> - com.
microsoft. graph. content. BatchRequestStep<T>
- com.
- com.
Type Parameters
- T
public class BatchRequestStep<T>
extends BatchStep<T>
the http request for the batch step
Field Summary
| Modifier and Type | Field and Description |
|---|---|
| java.util.HashSet<java.lang.String> |
dependsOn
The IDs of the steps this step depends on before being executed |
| java.lang.String |
method
The HTTP method to use to execute the request |
| java.lang.String |
url
The URL to query for the step |
Constructor Summary
| Constructor | Description | |
|---|---|---|
| BatchRequestStep() | ||
Methods inherited from java.lang.Object
Field Details
dependsOn
public HashSet
The IDs of the steps this step depends on before being executed
method
public String method
The HTTP method to use to execute the request
url
public String url
The URL to query for the step
Constructor Details
BatchRequestStep
public BatchRequestStep()