Uses of Enum
api.equinix.javasdk.core.enums.HttpMethod
Packages that use HttpMethod
Package
Description
Shared enumerations used across multiple domains within the Equinix Java SDK.
HTTP request construction for the Equinix Java SDK.
-
Uses of HttpMethod in api.equinix.javasdk.core.enums
Methods in api.equinix.javasdk.core.enums that return HttpMethodModifier and TypeMethodDescriptionstatic 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. -
Uses of HttpMethod in api.equinix.javasdk.core.http.request
Methods in api.equinix.javasdk.core.http.request that return HttpMethodMethods in api.equinix.javasdk.core.http.request with parameters of type HttpMethodModifier and TypeMethodDescriptionvoidRequest.setHttpMethod(HttpMethod httpMethod) setHttpMethod.