-
public final class RunOptions
-
-
Field Summary
Fields Modifier and Type Field Description private final HttpMethodhttpMethodprivate final Stringpath
-
Constructor Summary
Constructors Constructor Description RunOptions(HttpMethod httpMethod, String path)
-
Method Summary
Modifier and Type Method Description final HttpMethodgetHttpMethod()final StringgetPath()final Map<String, String>toQueryMap()-
-
Constructor Detail
-
RunOptions
RunOptions(HttpMethod httpMethod, String path)
-
-
Method Detail
-
getHttpMethod
final HttpMethod getHttpMethod()
-
toQueryMap
final Map<String, String> toQueryMap()
-
-
-
-