Uses of Class
com.woorea.openstack.base.client.HttpMethod
-
Packages that use HttpMethod Package Description com.woorea.openstack.base.client -
-
Uses of HttpMethod in com.woorea.openstack.base.client
Fields in com.woorea.openstack.base.client declared as HttpMethod Modifier and Type Field Description private HttpMethod
OpenStackRequest. method
Methods in com.woorea.openstack.base.client that return HttpMethod Modifier and Type Method 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.Methods in com.woorea.openstack.base.client with parameters of type HttpMethod Modifier and Type Method Description OpenStackRequest<R>
OpenStackRequest. method(HttpMethod method)
Constructors in com.woorea.openstack.base.client with parameters of type HttpMethod Constructor 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)
-