Uses of Enum Class
com.mypurecloud.sdk.v2.model.SearchCriteria.TypeEnum
Packages that use SearchCriteria.TypeEnum
-
Uses of SearchCriteria.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SearchCriteria.TypeEnumModifier and TypeMethodDescriptionstatic SearchCriteria.TypeEnumSearchCriteria.TypeEnum.fromString(String key) SearchCriteria.getType()static SearchCriteria.TypeEnumReturns the enum constant of this class with the specified name.static SearchCriteria.TypeEnum[]SearchCriteria.TypeEnum.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 SearchCriteria.TypeEnumModifier and TypeMethodDescriptionvoidSearchCriteria.setType(SearchCriteria.TypeEnum type) SearchCriteria.type(SearchCriteria.TypeEnum type)