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