Uses of Class
org.a2aproject.sdk.spec.Task.Builder
Packages that use Task.Builder
Package
Description
JSON processing exceptions for the A2A Java SDK.
-
Uses of Task.Builder in org.a2aproject.sdk.server.tasks
Methods in org.a2aproject.sdk.server.tasks that return Task.BuilderModifier and TypeMethodDescriptionAgentEmitter.taskBuilder()Creates a Task.Builder pre-populated with the correct task and context IDs. -
Uses of Task.Builder in org.a2aproject.sdk.spec
Methods in org.a2aproject.sdk.spec that return Task.BuilderModifier and TypeMethodDescriptionSets the list of artifacts produced by the agent during task execution.static Task.BuilderTask.builder()Creates a new Builder for constructing Task instances.static Task.BuilderCreates a new Builder initialized with values from an existing Task.Sets the context identifier associating this task with a conversation or session.Sets the conversation history for this task.Sets the conversation history using a varargs array of messages.Sets the unique identifier for this task.Sets arbitrary metadata associated with the task.Task.Builder.status(TaskStatus status) Sets the current status of the task.