Uses of Enum Class
io.a2a.spec.TaskState
Packages that use TaskState
-
Uses of TaskState in io.a2a.spec
Methods in io.a2a.spec that return TaskStateModifier and TypeMethodDescriptionstatic TaskStateTaskState.fromString(String state) TaskStatus.state()Returns the value of thestaterecord component.static TaskStateReturns the enum constant of this class with the specified name.static TaskState[]TaskState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.a2a.spec with parameters of type TaskStateModifierConstructorDescriptionTaskStatus(TaskState state) TaskStatus(TaskState state, Message message, OffsetDateTime timestamp) Creates an instance of aTaskStatusrecord class.