Package | Description |
---|---|
com.woorea.openstack.base.client |
Modifier and Type | Field and Description |
---|---|
private HttpMethod |
OpenStackRequest.method |
Modifier and Type | Method and Description |
---|---|
HttpMethod |
OpenStackRequest.method() |
static HttpMethod |
HttpMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OpenStackRequest<R> |
OpenStackRequest.method(HttpMethod method) |
Constructor and Description |
---|
OpenStackRequest(OpenStackClient client,
HttpMethod method,
java.lang.CharSequence path,
Entity<?> entity,
java.lang.Class<R> returnType) |
OpenStackRequest(OpenStackClient client,
HttpMethod method,
java.lang.String path,
Entity<?> entity,
java.lang.Class<R> returnType) |