PcoCalendarResourceBookingFilter enum Null safety
Possible Inbound Filters:
approved
->?filter=approved
: -- no descriptionapprovedPending
->?filter=approved_pending
: -- no descriptionapprovedPendingRejected
->?filter=approved_pending_rejected
: -- no descriptionapprovedRejected
->?filter=approved_rejected
: -- no descriptionfuture
->?filter=future
: -- no descriptionpending
->?filter=pending
: -- no descriptionpendingRejected
->?filter=pending_rejected
: -- no descriptionrejected
->?filter=rejected
: -- no descriptionresources
->?filter=resources
: -- no descriptionrooms
->?filter=rooms
: -- no description
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
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<
PcoCalendarResourceBookingFilter> -
A constant List of the values in this enum, in order of their declaration.
[approved, approvedPending, approvedPendingRejected, approvedRejected, future, pending, pendingRejected, rejected, resources, rooms]