Uses of Enum Class
com.agentforge4j.tools.http.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in com.agentforge4j.tools.http
Methods in com.agentforge4j.tools.http that return HttpMethodModifier and TypeMethodDescriptionHttpEndpointDefinition.method()Returns the value of themethodrecord component.static HttpMethodReturns 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 com.agentforge4j.tools.http with parameters of type HttpMethodModifier and TypeMethodDescriptionHttpEndpointDefinition.Builder.withMethod(HttpMethod method) Sets the HTTP method.Constructors in com.agentforge4j.tools.http with parameters of type HttpMethodModifierConstructorDescriptionHttpEndpointDefinition(String capability, String displayName, String description, Boolean mutating, HttpMethod method, String urlTemplate, com.fasterxml.jackson.databind.JsonNode inputSchema, com.fasterxml.jackson.databind.JsonNode outputSchema, Set<String> queryArgs, BodyMode bodyMode, Map<String, String> staticHeaders, Map<String, String> secretHeaders, Duration timeout, Integer maxRetries, boolean retryNonIdempotent, Long maxResponseBytes) Validates per-field invariants and defensively copies the collections.