Uses of Enum Class
com.mypurecloud.sdk.v2.model.EvaluationSearchRequestDTO.SortByEnum
Packages that use EvaluationSearchRequestDTO.SortByEnum
-
Uses of EvaluationSearchRequestDTO.SortByEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EvaluationSearchRequestDTO.SortByEnumModifier and TypeMethodDescriptionEvaluationSearchRequestDTO.SortByEnum.fromString(String key) EvaluationSearchRequestDTO.getSortBy()Returns the enum constant of this class with the specified name.EvaluationSearchRequestDTO.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 EvaluationSearchRequestDTO.SortByEnumModifier and TypeMethodDescriptionvoidEvaluationSearchRequestDTO.setSortBy(EvaluationSearchRequestDTO.SortByEnum sortBy) EvaluationSearchRequestDTO.sortBy(EvaluationSearchRequestDTO.SortByEnum sortBy) The field in the resource that you want to sort the results by.