Package | Description |
---|---|
com.compuware.ispw.restapi | |
com.compuware.ispw.restapi.action | |
com.compuware.ispw.restapi.util |
Modifier and Type | Field and Description |
---|---|
static HttpMode |
IspwRestApiRequest.DescriptorImpl.httpMode |
static HttpMode |
IspwRestApiRequestStep.DescriptorImpl.httpMode |
Modifier and Type | Method and Description |
---|---|
HttpMode |
IspwRestApiRequest.getHttpMode() |
HttpMode |
IspwRestApiRequestStep.getHttpMode() |
static HttpMode |
HttpMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMode[] |
HttpMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HttpMode |
AbstractGetAction.getHttpMode() |
HttpMode |
AbstractPostAction.getHttpMode() |
HttpMode |
IAction.getHttpMode() |
Modifier and Type | Method and Description |
---|---|
HttpMode |
RequestAction.getMode() |
Constructor and Description |
---|
RequestAction(URL url,
HttpMode mode,
String requestBody,
List<HttpRequestNameValuePair> params) |
RequestAction(URL url,
HttpMode mode,
String requestBody,
List<HttpRequestNameValuePair> params,
List<HttpRequestNameValuePair> headers) |
Copyright © 2016–2025. All rights reserved.