Uses of Class
org.openstack4j.core.transport.HttpMethod
-
Packages that use HttpMethod Package Description org.openstack4j.core.transport org.openstack4j.model.manila org.openstack4j.openstack.internal org.openstack4j.openstack.manila.domain -
-
Uses of HttpMethod in org.openstack4j.core.transport
Methods in org.openstack4j.core.transport that return HttpMethod Modifier and Type Method Description HttpMethodHttpRequest. getMethod()static HttpMethodHttpMethod. 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.Methods in org.openstack4j.core.transport with parameters of type HttpMethod Modifier and Type Method Description HttpRequest.RequestBuilder<R>HttpRequest.RequestBuilder. method(HttpMethod method)Constructors in org.openstack4j.core.transport with parameters of type HttpMethod Constructor Description HttpRequest(String endpoint, String path, HttpMethod method, ModelEntity entity, Class<R> returnType)Creates a new HttpRequest -
Uses of HttpMethod in org.openstack4j.model.manila
Methods in org.openstack4j.model.manila that return HttpMethod Modifier and Type Method Description HttpMethodRateLimit.Limit. getVerb() -
Uses of HttpMethod in org.openstack4j.openstack.internal
Methods in org.openstack4j.openstack.internal with parameters of type HttpMethod Modifier and Type Method Description protected <R> BaseOpenStackService.Invocation<R>BaseOpenStackService. request(HttpMethod method, Class<R> returnType, String path)protected <R> BaseOpenStackService.Invocation<R>MicroVersionedOpenStackService. request(HttpMethod method, Class<R> returnType, String path) -
Uses of HttpMethod in org.openstack4j.openstack.manila.domain
Methods in org.openstack4j.openstack.manila.domain that return HttpMethod Modifier and Type Method Description HttpMethodManilaRateLimit.ManilaLimit. getVerb()
-