Package com.mypurecloud.sdk.v2.model
Class WorkitemQuerySort
java.lang.Object
com.mypurecloud.sdk.v2.model.WorkitemQuerySort
- All Implemented Interfaces:
Serializable
WorkitemQuerySort
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumSpecify an attribute for sorting. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSort AscendingbooleangetName()inthashCode()Specify an attribute for sorting.voidsetAscending(Boolean ascending) voidtoString()
-
Constructor Details
-
WorkitemQuerySort
public WorkitemQuerySort() -
WorkitemQuerySort
-
-
Method Details
-
name
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. -
getName
-
setName
-
ascending
Sort Ascending -
getAscending
-
setAscending
-
equals
-
hashCode
public int hashCode() -
toString
-