Uses of Enum Class
com.mypurecloud.sdk.v2.model.GetAlertQuery.SortOrderEnum
Packages that use GetAlertQuery.SortOrderEnum
-
Uses of GetAlertQuery.SortOrderEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return GetAlertQuery.SortOrderEnumModifier and TypeMethodDescriptionstatic GetAlertQuery.SortOrderEnumGetAlertQuery.SortOrderEnum.fromString(String key) GetAlertQuery.getSortOrder()static GetAlertQuery.SortOrderEnumReturns the enum constant of this class with the specified name.static GetAlertQuery.SortOrderEnum[]GetAlertQuery.SortOrderEnum.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.SortOrderEnumModifier and TypeMethodDescriptionvoidGetAlertQuery.setSortOrder(GetAlertQuery.SortOrderEnum sortOrder) GetAlertQuery.sortOrder(GetAlertQuery.SortOrderEnum sortOrder) The order in which response will be sorted.