Uses of Enum
co.yellowdog.platform.model.TaskInputVerificationStatus
Packages that use TaskInputVerificationStatus
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of TaskInputVerificationStatus in co.yellowdog.platform.model
Subclasses with type arguments of type TaskInputVerificationStatus in co.yellowdog.platform.modelModifier and TypeClassDescriptionenum
Describes the status of a task input that requires verification.Methods in co.yellowdog.platform.model that return TaskInputVerificationStatusModifier and TypeMethodDescriptionTaskInput.getVerificationStatus()
The task input verification status.static TaskInputVerificationStatus
Returns the enum constant of this type with the specified name.static TaskInputVerificationStatus[]
TaskInputVerificationStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in co.yellowdog.platform.model with parameters of type TaskInputVerificationStatusModifier and TypeMethodDescriptionvoid
TaskInput.setVerificationStatus
(TaskInputVerificationStatus verificationStatus) The task input verification status.