PcoCalendarEventInstanceFilter enum

Possible Inbound Filters:

  • all -> ?filter=all : -- no description
  • approved -> ?filter=approved : -- no description
  • approvedPending -> ?filter=approved_pending : -- no description
  • approvedPendingRejected -> ?filter=approved_pending_rejected : -- no description
  • approvedRejected -> ?filter=approved_rejected : -- no description
  • approver -> ?filter=approver : -- no description
  • approverSubscriber -> ?filter=approver_subscriber : -- no description
  • future -> ?filter=future : -- no description
  • lost -> ?filter=lost : -- no description
  • owner -> ?filter=owner : -- no description
  • ownerApprover -> ?filter=owner_approver : -- no description
  • ownerApproverSubscriber -> ?filter=owner_approver_subscriber : -- no description
  • ownerSubscriber -> ?filter=owner_subscriber : -- no description
  • pending -> ?filter=pending : -- no description
  • pendingRejected -> ?filter=pending_rejected : -- no description
  • rejected -> ?filter=rejected : -- no description
  • shared -> ?filter=shared : -- no description
  • subscriber -> ?filter=subscriber : -- no description
  • unresolved -> ?filter=unresolved : -- no description
Inheritance

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
shared → const PcoCalendarEventInstanceFilter
subscriber → const PcoCalendarEventInstanceFilter
unresolved → const PcoCalendarEventInstanceFilter

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