Enum Class WorkitemQuerySort.NameEnum

java.lang.Object
java.lang.Enum<WorkitemQuerySort.NameEnum>
com.mypurecloud.sdk.v2.model.WorkitemQuerySort.NameEnum
All Implemented Interfaces:
Serializable, Comparable<WorkitemQuerySort.NameEnum>, java.lang.constant.Constable
Enclosing class:
WorkitemQuerySort

public static enum WorkitemQuerySort.NameEnum extends Enum<WorkitemQuerySort.NameEnum>
Specify an attribute for sorting. It's possible to use an attribute both for sorting and in the query at the same time, but these restrictions apply: Only the operators EQ, LT, LTE, GT, GTE, BETWEEN and BEGINS_WITH are supported and the attribute can't be present in more than one filter.