Package com.microsoft.graph.content
Class BatchRequestStep<T>
java.lang.Object
com.microsoft.graph.content.BatchStep<T>
com.microsoft.graph.content.BatchRequestStep<T>
the http request for the batch step
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe IDs of the steps this step depends on before being executedThe HTTP method to use to execute the requestThe URL to query for the step -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
url
The URL to query for the step -
method
The HTTP method to use to execute the request -
dependsOn
The IDs of the steps this step depends on before being executed
-
-
Constructor Details
-
BatchRequestStep
public BatchRequestStep()
-