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