Uses of Enum Class
com.mypurecloud.sdk.v2.model.GetAlertQuery.SortByEnum
Packages that use GetAlertQuery.SortByEnum
-
Uses of GetAlertQuery.SortByEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return GetAlertQuery.SortByEnumModifier and TypeMethodDescriptionstatic GetAlertQuery.SortByEnumGetAlertQuery.SortByEnum.fromString(String key) GetAlertQuery.getSortBy()static GetAlertQuery.SortByEnumReturns the enum constant of this class with the specified name.static GetAlertQuery.SortByEnum[]GetAlertQuery.SortByEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type GetAlertQuery.SortByEnumModifier and TypeMethodDescriptionvoidGetAlertQuery.setSortBy(GetAlertQuery.SortByEnum sortBy) GetAlertQuery.sortBy(GetAlertQuery.SortByEnum sortBy) The field to sort responses by.