Uses of Record Class
io.a2a.spec.Task
Packages that use Task
Package
Description
JSON processing exceptions for the A2A Java SDK.
Utility classes and helpers for the A2A Java SDK.
-
Uses of Task in io.a2a.spec
Methods in io.a2a.spec that return TaskModifier and TypeMethodDescriptionTask.Builder.build()Builds an immutableTaskfrom the current builder state.Methods in io.a2a.spec with parameters of type TaskModifier and TypeMethodDescriptionstatic Task.BuilderCreates a new Builder initialized with values from an existing Task. -
Uses of Task in io.a2a.util
Methods in io.a2a.util that return TaskModifier and TypeMethodDescriptionstatic TaskUtils.appendArtifactToTask(Task task, TaskArtifactUpdateEvent event, String taskId) Appends or updates an artifact in a task based on aTaskArtifactUpdateEvent.Methods in io.a2a.util with parameters of type TaskModifier and TypeMethodDescriptionstatic TaskUtils.appendArtifactToTask(Task task, TaskArtifactUpdateEvent event, String taskId) Appends or updates an artifact in a task based on aTaskArtifactUpdateEvent.