Uses of Record Class
org.a2aproject.sdk.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 org.a2aproject.sdk.spec
Methods in org.a2aproject.sdk.spec that return TaskModifier and TypeMethodDescriptionTask.Builder.build()Builds an immutableTaskfrom the current builder state.Methods in org.a2aproject.sdk.spec with parameters of type TaskModifier and TypeMethodDescriptionstatic Task.BuilderCreates a new Builder initialized with values from an existing Task. -
Uses of Task in org.a2aproject.sdk.spec.util
Methods in org.a2aproject.sdk.spec.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 org.a2aproject.sdk.spec.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.