Uses of Enum Class
com.woorea.openstack.base.client.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in com.woorea.openstack.base.client
Fields in com.woorea.openstack.base.client declared as HttpMethodMethods in com.woorea.openstack.base.client that return HttpMethodModifier and TypeMethodDescriptionOpenStackRequest.method()
static HttpMethod
Returns the enum constant of this class with the specified name.static HttpMethod[]
HttpMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.woorea.openstack.base.client with parameters of type HttpMethodConstructors in com.woorea.openstack.base.client with parameters of type HttpMethodModifierConstructorDescriptionOpenStackRequest
(OpenStackClient client, HttpMethod method, CharSequence path, Entity<?> entity, Class<R> returnType) OpenStackRequest
(OpenStackClient client, HttpMethod method, String path, Entity<?> entity, Class<R> returnType)