ContactSortableField
Available fields for sorting contact search results
enum ContactSortableField {
FIRST_NAME
LAST_NAME
LAST_MODIFIED_AT
CREATED_AT
}
Values
ContactSortableField.FIRST_NAME
Sort by contact's first name alphabetically
ContactSortableField.LAST_NAME
Sort by contact's last name alphabetically
ContactSortableField.LAST_MODIFIED_AT
Sort by the date when the contact was last modified
ContactSortableField.CREATED_AT
Sort by the date when the contact was created
Member Of
ContactSortInput
input