Uses of Enum Class
com.mypurecloud.sdk.v2.model.RowSearchPredicate.SpecialEnum
Packages that use RowSearchPredicate.SpecialEnum
-
Uses of RowSearchPredicate.SpecialEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RowSearchPredicate.SpecialEnumModifier and TypeMethodDescriptionRowSearchPredicate.SpecialEnum.fromString(String key) RowSearchPredicate.getSpecial()Returns the enum constant of this class with the specified name.static RowSearchPredicate.SpecialEnum[]RowSearchPredicate.SpecialEnum.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 RowSearchPredicate.SpecialEnumModifier and TypeMethodDescriptionvoidRowSearchPredicate.setSpecial(RowSearchPredicate.SpecialEnum special) RowSearchPredicate.special(RowSearchPredicate.SpecialEnum special) The special value that will be searched for in rows.