Uses of Class
org.a2aproject.sdk.jsonrpc.common.wrappers.CancelTaskRequest.Builder
Packages that use CancelTaskRequest.Builder
Package
Description
JSON-RPC 2.0 protocol message wrappers for the A2A Protocol.
-
Uses of CancelTaskRequest.Builder in org.a2aproject.sdk.jsonrpc.common.wrappers
Methods in org.a2aproject.sdk.jsonrpc.common.wrappers that return CancelTaskRequest.BuilderModifier and TypeMethodDescriptionstatic CancelTaskRequest.BuilderCancelTaskRequest.builder()Create a new BuilderSets the request identifier.Sets the JSON-RPC protocol version.CancelTaskRequest.Builder.params(org.a2aproject.sdk.spec.CancelTaskParams params) Sets the request parameters containing the task ID to cancel.