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