PcoServicesScheduleFilter enum

Possible Inbound Filters:

  • after -> ?filter=after : Fetch schedules after the included after iso8601 date param. e.g. ?filter=after&after=2020-01-01T00:00:00Z
  • all -> ?filter=all : -- no description
  • before -> ?filter=before : Fetch schedules before the included before iso8601 date param. e.g. ?filter=before&before=2020-01-01T00:00:00Z
  • future -> ?filter=future : -- no description
  • notAcrossOrganizations -> ?filter=not_across_organizations : -- no description
  • past -> ?filter=past : -- no description
Inheritance

Constructors

PcoServicesScheduleFilter()
const

Values

after → const PcoServicesScheduleFilter
all → const PcoServicesScheduleFilter
before → const PcoServicesScheduleFilter
future → const PcoServicesScheduleFilter
notAcrossOrganizations → const PcoServicesScheduleFilter
past → const PcoServicesScheduleFilter

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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.