Package com.mypurecloud.sdk.v2.model
Class ContactSort
java.lang.Object
com.mypurecloud.sdk.v2.model.ContactSort
- All Implemented Interfaces:
Serializable
ContactSort
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe direction in which to sort contacts. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondirection(ContactSort.DirectionEnum direction) The direction in which to sort contacts.booleaninthashCode()Whether or not the column contains numeric data.voidsetDirection(ContactSort.DirectionEnum direction) voidsetFieldName(String fieldName) voidsetNumeric(Boolean numeric) toString()
-
Constructor Details
-
ContactSort
public ContactSort() -
ContactSort
-
-
Method Details
-
fieldName
-
getFieldName
-
setFieldName
-
direction
The direction in which to sort contacts. -
getDirection
-
setDirection
-
numeric
Whether or not the column contains numeric data. -
getNumeric
-
setNumeric
-
equals
-
hashCode
public int hashCode() -
toString
-