Uses of Enum Class
com.mypurecloud.sdk.v2.model.EvaluationSearchRequestDTO.SortOrderEnum
Packages that use EvaluationSearchRequestDTO.SortOrderEnum
-
Uses of EvaluationSearchRequestDTO.SortOrderEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EvaluationSearchRequestDTO.SortOrderEnumModifier and TypeMethodDescriptionEvaluationSearchRequestDTO.SortOrderEnum.fromString(String key) EvaluationSearchRequestDTO.getSortOrder()Returns the enum constant of this class with the specified name.EvaluationSearchRequestDTO.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 EvaluationSearchRequestDTO.SortOrderEnumModifier and TypeMethodDescriptionvoidEvaluationSearchRequestDTO.setSortOrder(EvaluationSearchRequestDTO.SortOrderEnum sortOrder) EvaluationSearchRequestDTO.sortOrder(EvaluationSearchRequestDTO.SortOrderEnum sortOrder) The sort order for results.