Package | Description |
---|---|
org.openstack4j.core.transport | |
org.openstack4j.model.manila | |
org.openstack4j.openstack.internal | |
org.openstack4j.openstack.manila.domain |
Modifier and Type | Method and Description |
---|---|
HttpMethod |
HttpRequest.getMethod() |
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 |
---|---|
HttpRequest.RequestBuilder<R> |
HttpRequest.RequestBuilder.method(HttpMethod method) |
Constructor and Description |
---|
HttpRequest(String endpoint,
String path,
HttpMethod method,
ModelEntity entity,
Class<R> returnType)
Creates a new HttpRequest
|
Modifier and Type | Method and Description |
---|---|
HttpMethod |
RateLimit.Limit.getVerb() |
Modifier and Type | Method and Description |
---|---|
protected <R> BaseOpenStackService.Invocation<R> |
MicroVersionedOpenStackService.request(HttpMethod method,
Class<R> returnType,
String path) |
protected <R> BaseOpenStackService.Invocation<R> |
BaseOpenStackService.request(HttpMethod method,
Class<R> returnType,
String path) |
Modifier and Type | Method and Description |
---|---|
HttpMethod |
ManilaRateLimit.ManilaLimit.getVerb() |
Copyright © 2017. All rights reserved.