Uses of Enum Class
veryfi.enums.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in veryfi
Methods in veryfi with parameters of type HttpMethodModifier and TypeMethodDescriptionprotected String
NetworkClient.request
(HttpMethod httpVerb, String endpointName, org.json.JSONObject requestArguments) Submit the HTTP request.protected CompletableFuture<String>
NetworkClient.requestAsync
(HttpMethod httpVerb, String endpointName, org.json.JSONObject requestArguments) Submit the HTTP request. -
Uses of HttpMethod in veryfi.enums
Methods in veryfi.enums that return HttpMethodModifier and TypeMethodDescriptionstatic 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.