Uses of Enum Class
com.flyfish.oauth.client.RestClient.HttpMethod
Packages that use RestClient.HttpMethod
-
Uses of RestClient.HttpMethod in com.flyfish.oauth.client
Subclasses with type arguments of type RestClient.HttpMethod in com.flyfish.oauth.clientMethods in com.flyfish.oauth.client that return RestClient.HttpMethodModifier and TypeMethodDescriptionRestClient.RestClientBuilder.getMethod()static RestClient.HttpMethodReturns the enum constant of this class with the specified name.static RestClient.HttpMethod[]RestClient.HttpMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.flyfish.oauth.client with parameters of type RestClient.HttpMethodModifier and TypeMethodDescriptionRestClient.RestClientBuilder.method(RestClient.HttpMethod method)