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 TypeClassDescriptionenumDescribes 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 TaskInputVerificationStatusReturns 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 TypeMethodDescriptionvoidTaskInput.setVerificationStatus(TaskInputVerificationStatus verificationStatus) The task input verification status.