Uses of Enum
org.sourcelab.buildkite.api.client.request.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in org.sourcelab.buildkite.api.client.request
Methods in org.sourcelab.buildkite.api.client.request that return HttpMethodModifier and TypeMethodDescriptionDeleteRequest.getMethod()GetRequest.getMethod()PostRequest.getMethod()PutRequest.getMethod()Request.getMethod()Which HTTP Method to make the request using.static HttpMethodReturns 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.