Uses of Enum Class
com.mypurecloud.sdk.v2.model.KnowledgeSuggestionConfig.VendorNameEnum
Packages that use KnowledgeSuggestionConfig.VendorNameEnum
-
Uses of KnowledgeSuggestionConfig.VendorNameEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeSuggestionConfig.VendorNameEnumModifier and TypeMethodDescriptionKnowledgeSuggestionConfig.VendorNameEnum.fromString(String key) KnowledgeSuggestionConfig.getVendorName()Returns the enum constant of this class with the specified name.KnowledgeSuggestionConfig.VendorNameEnum.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 KnowledgeSuggestionConfig.VendorNameEnumModifier and TypeMethodDescriptionvoidKnowledgeSuggestionConfig.setVendorName(KnowledgeSuggestionConfig.VendorNameEnum vendorName) KnowledgeSuggestionConfig.vendorName(KnowledgeSuggestionConfig.VendorNameEnum vendorName) The name of vendor used for knowledge suggestions.