PcoServicesScheduleFilter enum Null safety
Possible Inbound Filters:
after
->?filter=after
: Fetch schedules after the includedafter
iso8601 date param. e.g.?filter=after&after=2020-01-01T00:00:00Z
all
->?filter=all
: -- no descriptionbefore
->?filter=before
: Fetch schedules before the includedbefore
iso8601 date param. e.g.?filter=before&before=2020-01-01T00:00:00Z
future
->?filter=future
: -- no descriptionnotAcrossOrganizations
->?filter=not_across_organizations
: -- no descriptionpast
->?filter=past
: -- no description
Constructors
- PcoServicesScheduleFilter()
-
const
Values
- after → const PcoServicesScheduleFilter
- all → const PcoServicesScheduleFilter
- before → const PcoServicesScheduleFilter
- future → const PcoServicesScheduleFilter
- notAcrossOrganizations → const PcoServicesScheduleFilter
- past → const PcoServicesScheduleFilter
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<
PcoServicesScheduleFilter> -
A constant List of the values in this enum, in order of their declaration.
[after, all, before, future, notAcrossOrganizations, past]