Uses of Enum Class
com.mypurecloud.sdk.v2.model.KnowledgeExportJobFilter.ExcludeEnum
Packages that use KnowledgeExportJobFilter.ExcludeEnum
-
Uses of KnowledgeExportJobFilter.ExcludeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeExportJobFilter.ExcludeEnumModifier and TypeMethodDescriptionKnowledgeExportJobFilter.ExcludeEnum.fromString(String key) Returns the enum constant of this class with the specified name.static KnowledgeExportJobFilter.ExcludeEnum[]KnowledgeExportJobFilter.ExcludeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type KnowledgeExportJobFilter.ExcludeEnumMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type KnowledgeExportJobFilter.ExcludeEnumModifier and TypeMethodDescriptionKnowledgeExportJobFilter.exclude(List<KnowledgeExportJobFilter.ExcludeEnum> exclude) Reduce the size of the export file by excluding certain items.voidKnowledgeExportJobFilter.setExclude(List<KnowledgeExportJobFilter.ExcludeEnum> exclude)