Package | Description |
---|---|
com.woorea.openstack.base.client |
Modifier and Type | Method and Description |
---|---|
HttpMethod |
OpenStackRequest.method() |
static HttpMethod |
HttpMethod.valueOf(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,
String path,
Entity<?> entity,
Class<R> returnType) |
Copyright © 2012–2016. All rights reserved.