PcoCalendarResourceBookingFilter enum

Possible Inbound Filters:

  • approved -> ?filter=approved : -- no description
  • approvedPending -> ?filter=approved_pending : -- no description
  • approvedPendingRejected -> ?filter=approved_pending_rejected : -- no description
  • approvedRejected -> ?filter=approved_rejected : -- no description
  • future -> ?filter=future : -- no description
  • pending -> ?filter=pending : -- no description
  • pendingRejected -> ?filter=pending_rejected : -- no description
  • rejected -> ?filter=rejected : -- no description
  • resources -> ?filter=resources : -- no description
  • rooms -> ?filter=rooms : -- no description
Inheritance

Constructors

PcoCalendarResourceBookingFilter()
const

Values

approved → const PcoCalendarResourceBookingFilter
approvedPending → const PcoCalendarResourceBookingFilter
approvedPendingRejected → const PcoCalendarResourceBookingFilter
approvedRejected → const PcoCalendarResourceBookingFilter
future → const PcoCalendarResourceBookingFilter
pending → const PcoCalendarResourceBookingFilter
pendingRejected → const PcoCalendarResourceBookingFilter
rejected → const PcoCalendarResourceBookingFilter
resources → const PcoCalendarResourceBookingFilter
rooms → const PcoCalendarResourceBookingFilter

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<PcoCalendarResourceBookingFilter>
A constant List of the values in this enum, in order of their declaration.