BatchRequestStep<T> Class

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

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Field Details

dependsOn

public HashSet dependsOn

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()

Applies to