Uses of Record Class
io.a2a.spec.TaskStatus
Packages that use TaskStatus
-
Uses of TaskStatus in io.a2a.spec
Methods in io.a2a.spec that return TaskStatusModifier and TypeMethodDescriptionTask.status()Returns the value of thestatusrecord component.TaskStatusUpdateEvent.status()Returns the value of thestatusrecord component.Methods in io.a2a.spec with parameters of type TaskStatusModifier and TypeMethodDescriptionTask.Builder.status(TaskStatus status) Sets the current status of the task.TaskStatusUpdateEvent.Builder.status(TaskStatus status) Sets the task status.Constructors in io.a2a.spec with parameters of type TaskStatusModifierConstructorDescriptionTask(String id, String contextId, TaskStatus status, @Nullable List<Artifact> artifacts, @Nullable List<Message> history, @Nullable Map<String, Object> metadata) Compact constructor with validation and defensive copying.TaskStatusUpdateEvent(String taskId, TaskStatus status, String contextId, boolean isFinal, @Nullable Map<String, Object> metadata) Compact constructor with validation.