PcoCalendarEventInstanceFilter enum Null safety
Possible Inbound Filters:
all
->?filter=all
: -- no descriptionapproved
->?filter=approved
: -- no descriptionapprovedPending
->?filter=approved_pending
: -- no descriptionapprovedPendingRejected
->?filter=approved_pending_rejected
: -- no descriptionapprovedRejected
->?filter=approved_rejected
: -- no descriptionapprover
->?filter=approver
: -- no descriptionapproverSubscriber
->?filter=approver_subscriber
: -- no descriptionfuture
->?filter=future
: -- no descriptionlost
->?filter=lost
: -- no descriptionowner
->?filter=owner
: -- no descriptionownerApprover
->?filter=owner_approver
: -- no descriptionownerApproverSubscriber
->?filter=owner_approver_subscriber
: -- no descriptionownerSubscriber
->?filter=owner_subscriber
: -- no descriptionpending
->?filter=pending
: -- no descriptionpendingRejected
->?filter=pending_rejected
: -- no descriptionrejected
->?filter=rejected
: -- no descriptionshared
->?filter=shared
: -- no descriptionsubscriber
->?filter=subscriber
: -- no descriptionunresolved
->?filter=unresolved
: -- no description
Constructors
- PcoCalendarEventInstanceFilter()
-
const
Values
- all → const PcoCalendarEventInstanceFilter
- approved → const PcoCalendarEventInstanceFilter
- approvedPending → const PcoCalendarEventInstanceFilter
- approvedPendingRejected → const PcoCalendarEventInstanceFilter
- approvedRejected → const PcoCalendarEventInstanceFilter
- approver → const PcoCalendarEventInstanceFilter
- approverSubscriber → const PcoCalendarEventInstanceFilter
- future → const PcoCalendarEventInstanceFilter
- lost → const PcoCalendarEventInstanceFilter
- owner → const PcoCalendarEventInstanceFilter
- ownerApprover → const PcoCalendarEventInstanceFilter
- ownerApproverSubscriber → const PcoCalendarEventInstanceFilter
- ownerSubscriber → const PcoCalendarEventInstanceFilter
- pending → const PcoCalendarEventInstanceFilter
- pendingRejected → const PcoCalendarEventInstanceFilter
- rejected → const PcoCalendarEventInstanceFilter
- subscriber → const PcoCalendarEventInstanceFilter
- unresolved → const PcoCalendarEventInstanceFilter
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<
PcoCalendarEventInstanceFilter> -
A constant List of the values in this enum, in order of their declaration.
[all, approved, approvedPending, approvedPendingRejected, approvedRejected, approver, approverSubscriber, future, lost, owner, ownerApprover, ownerApproverSubscriber, ownerSubscriber, pending, pending…