Uses of Enum Class
org.a2aproject.sdk.spec.TaskState
Packages that use TaskState
-
Uses of TaskState in org.a2aproject.sdk.spec
Methods in org.a2aproject.sdk.spec that return TaskStateModifier and TypeMethodDescriptionTaskStatus.state()Returns the value of thestaterecord component.@Nullable TaskStateListTasksParams.status()Returns the value of thestatusrecord 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.Methods in org.a2aproject.sdk.spec with parameters of type TaskStateModifier and TypeMethodDescriptionSets the status.Constructors in org.a2aproject.sdk.spec with parameters of type TaskStateModifierConstructorDescriptionListTasksParams(@Nullable String contextId, @Nullable TaskState status, @Nullable Integer pageSize, @Nullable String pageToken, @Nullable Integer historyLength, @Nullable Instant statusTimestampAfter, @Nullable Boolean includeArtifacts, @Nullable String tenant) Compact constructor for validation.TaskStatus(TaskState state) Creates a TaskStatus with only a state, using the current UTC time as the timestamp.TaskStatus(TaskState state, @Nullable Message message, @Nullable OffsetDateTime timestamp) Compact constructor for validation and timestamp initialization.