Uses of Enum
co.yellowdog.platform.model.WorkerAction
Packages that use WorkerAction
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of WorkerAction in co.yellowdog.platform.model
Subclasses with type arguments of type WorkerAction in co.yellowdog.platform.modelModifier and TypeClassDescriptionenum
Indicates the type of action that a worker has been instructed to performMethods in co.yellowdog.platform.model that return WorkerActionModifier and TypeMethodDescriptionstatic WorkerAction
Returns the enum constant of this type with the specified name.static WorkerAction[]
WorkerAction.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 WorkerActionModifier and TypeMethodDescriptionstatic WorkerStatus
WorkerStatus.fromAction
(@NonNull WorkerAction action) Returns a WorkerStatus value based on the specified WorkerAction value.