PcoPeopleWorkflowFilter enum Null safety
Possible Inbound Filters:
hasMyCards
->?filter=has_my_cards
: -- no descriptiononlyDeleted
->?filter=only_deleted
: -- no descriptionrecentlyViewed
->?filter=recently_viewed
: -- no descriptionwithDeleted
->?filter=with_deleted
: -- no descriptionwithRecoverable
->?filter=with_recoverable
: -- no descriptionwithSteps
->?filter=with_steps
: -- no description
Constructors
- PcoPeopleWorkflowFilter()
-
const
Values
- hasMyCards → const PcoPeopleWorkflowFilter
- onlyDeleted → const PcoPeopleWorkflowFilter
- recentlyViewed → const PcoPeopleWorkflowFilter
- withDeleted → const PcoPeopleWorkflowFilter
- withRecoverable → const PcoPeopleWorkflowFilter
- withSteps → const PcoPeopleWorkflowFilter
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
PcoPeopleWorkflowFilter> -
A constant List of the values in this enum, in order of their declaration.
[hasMyCards, onlyDeleted, recentlyViewed, withDeleted, withRecoverable, withSteps]