Uses of Enum Class
org.geotools.stac.client.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in org.geotools.stac.client
Methods in org.geotools.stac.client that return HttpMethodModifier and TypeMethodDescriptionLink.getMethod()
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 org.geotools.stac.client with parameters of type HttpMethodModifier and TypeMethodDescriptionSTACLandingPage.getSearchLink
(HttpMethod method) void
Link.setMethod
(HttpMethod method)