Uses of Enum Class
org.kie.kogito.job.recipient.common.http.HTTPRequest.HTTPMethod
Packages that use HTTPRequest.HTTPMethod
Package
Description
-
Uses of HTTPRequest.HTTPMethod in org.kie.kogito.job.recipient.common.http
Methods in org.kie.kogito.job.recipient.common.http that return HTTPRequest.HTTPMethodModifier and TypeMethodDescriptionHTTPRequest.getMethod()static HTTPRequest.HTTPMethodReturns the enum constant of this class with the specified name.static HTTPRequest.HTTPMethod[]HTTPRequest.HTTPMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kie.kogito.job.recipient.common.http with parameters of type HTTPRequest.HTTPMethod -
Uses of HTTPRequest.HTTPMethod in org.kie.kogito.job.recipient.common.http.converters
Methods in org.kie.kogito.job.recipient.common.http.converters with parameters of type HTTPRequest.HTTPMethodModifier and TypeMethodDescriptionstatic io.vertx.core.http.HttpMethodHttpConverters.convertHttpMethod(HTTPRequest.HTTPMethod method)