Enum Class WorktypeQuerySort.NameEnum

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

public static enum WorktypeQuerySort.NameEnum extends Enum<WorktypeQuerySort.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.