PcoPeoplePersonFilter enum

Possible Inbound Filters:

  • admins -> ?filter=admins : -- no description
  • createdSince -> ?filter=created_since : filter people created in the last 24 hours; pass an additional time parameter in ISO 8601 format to specify your own timeframe
  • organizationAdmins -> ?filter=organization_admins : -- no description
Inheritance

Constructors

PcoPeoplePersonFilter()
const

Values

admins → const PcoPeoplePersonFilter
createdSince → const PcoPeoplePersonFilter
organizationAdmins → const PcoPeoplePersonFilter

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