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