Uses of Enum Class
dev.langchain4j.http.client.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in dev.langchain4j.http.client
Subclasses with type arguments of type HttpMethod in dev.langchain4j.http.clientMethods in dev.langchain4j.http.client that return HttpMethodModifier and TypeMethodDescriptionHttpRequest.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 dev.langchain4j.http.client with parameters of type HttpMethod