Uses of Enum Class
com.mypurecloud.sdk.v2.model.GetRulesQuery.NameSearchTypeEnum
Packages that use GetRulesQuery.NameSearchTypeEnum
-
Uses of GetRulesQuery.NameSearchTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return GetRulesQuery.NameSearchTypeEnumModifier and TypeMethodDescriptionGetRulesQuery.NameSearchTypeEnum.fromString(String key) GetRulesQuery.getNameSearchType()Returns the enum constant of this class with the specified name.static GetRulesQuery.NameSearchTypeEnum[]GetRulesQuery.NameSearchTypeEnum.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 GetRulesQuery.NameSearchTypeEnumModifier and TypeMethodDescriptionGetRulesQuery.nameSearchType(GetRulesQuery.NameSearchTypeEnum nameSearchType) Specifies how strict the name search needs to be.voidGetRulesQuery.setNameSearchType(GetRulesQuery.NameSearchTypeEnum nameSearchType)