Uses of Enum Class
com.agentforge4j.tools.http.BodyMode
Packages that use BodyMode
-
Uses of BodyMode in com.agentforge4j.tools.http
Methods in com.agentforge4j.tools.http that return BodyModeModifier and TypeMethodDescriptionHttpEndpointDefinition.bodyMode()Returns the value of thebodyModerecord component.static BodyModeReturns the enum constant of this class with the specified name.static BodyMode[]BodyMode.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 BodyModeModifier and TypeMethodDescriptionHttpEndpointDefinition.Builder.withBodyMode(BodyMode bodyMode) Sets how the request body is formed from the leftover arguments.Constructors in com.agentforge4j.tools.http with parameters of type BodyModeModifierConstructorDescriptionHttpEndpointDefinition(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.