PcoPeopleMessageOrder enum

Possible Ordering:

  • appName -> ?order=app_name
  • bouncedAt -> ?order=bounced_at
  • createdAt -> ?order=created_at
  • deliveryStatus -> ?order=delivery_status
  • file -> ?order=file
  • fromAddress -> ?order=from_address
  • fromName -> ?order=from_name
  • kind -> ?order=kind
  • rejectReason -> ?order=reject_reason
  • rejectionNotificationSentAt -> ?order=rejection_notification_sent_at
  • sentAt -> ?order=sent_at
  • subject -> ?order=subject
  • toAddresses -> ?order=to_addresses
Inheritance

Constructors

PcoPeopleMessageOrder()
const

Values

appName → const PcoPeopleMessageOrder
bouncedAt → const PcoPeopleMessageOrder
createdAt → const PcoPeopleMessageOrder
deliveryStatus → const PcoPeopleMessageOrder
file → const PcoPeopleMessageOrder
fromAddress → const PcoPeopleMessageOrder
fromName → const PcoPeopleMessageOrder
kind → const PcoPeopleMessageOrder
rejectReason → const PcoPeopleMessageOrder
rejectionNotificationSentAt → const PcoPeopleMessageOrder
sentAt → const PcoPeopleMessageOrder
subject → const PcoPeopleMessageOrder
toAddresses → const PcoPeopleMessageOrder

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