CommunicationOrderBy
Fields that can be used for sorting communications.
enum CommunicationOrderBy {
recipientName
sentAt
}
Values
CommunicationOrderBy.recipientName
The name of the communication recipient.
CommunicationOrderBy.sentAt
When the communication was sent.
Member Of
findCommunications
query