Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeImportJobStatistics
Packages that use KnowledgeImportJobStatistics
-
Uses of KnowledgeImportJobStatistics in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeImportJobStatisticsModifier and TypeMethodDescriptionKnowledgeImportJobStatistics.countCategoryImportFailure(Integer countCategoryImportFailure) Number of categories failed to import.KnowledgeImportJobStatistics.countCategoryImportSuccess(Integer countCategoryImportSuccess) Number of imported categories.KnowledgeImportJobStatistics.countCategoryValidationFailure(Integer countCategoryValidationFailure) Number of categories that failed validation for import.KnowledgeImportJobStatistics.countCategoryValidationSuccess(Integer countCategoryValidationSuccess) Number of categories that validated successfully for import.KnowledgeImportJobStatistics.countDocumentImportActivityCreate(Integer countDocumentImportActivityCreate) Number of documents will be created by the import.KnowledgeImportJobStatistics.countDocumentImportActivityUpdate(Integer countDocumentImportActivityUpdate) Number of documents will be updated by the import.KnowledgeImportJobStatistics.countDocumentImportFailure(Integer countDocumentImportFailure) Number of documents failed to import.KnowledgeImportJobStatistics.countDocumentImportSuccess(Integer countDocumentImportSuccess) Number of imported documents.KnowledgeImportJobStatistics.countDocumentStateDraft(Integer countDocumentStateDraft) Number of documents will be imported as draft.KnowledgeImportJobStatistics.countDocumentStatePublished(Integer countDocumentStatePublished) Number of documents will be imported as published.KnowledgeImportJobStatistics.countDocumentValidationFailure(Integer countDocumentValidationFailure) Number of documents that failed validation for import.KnowledgeImportJobStatistics.countDocumentValidationSuccess(Integer countDocumentValidationSuccess) Number of documents that validated successfully for import.KnowledgeImportJobStatistics.countLabelImportFailure(Integer countLabelImportFailure) Number of labels failed to import.KnowledgeImportJobStatistics.countLabelImportSuccess(Integer countLabelImportSuccess) Number of imported labels.KnowledgeImportJobStatistics.countLabelValidationFailure(Integer countLabelValidationFailure) Number of labels that failed validation for import.KnowledgeImportJobStatistics.countLabelValidationSuccess(Integer countLabelValidationSuccess) Number of labels that validated successfully for import.KnowledgeImportJobReport.getStatistics()KnowledgeImportJobStatistics.migrationDetected(Boolean migrationDetected) Shows whether the import treated as migration or not.Methods in com.mypurecloud.sdk.v2.model with parameters of type KnowledgeImportJobStatisticsModifier and TypeMethodDescriptionvoidKnowledgeImportJobReport.setStatistics(KnowledgeImportJobStatistics statistics) KnowledgeImportJobReport.statistics(KnowledgeImportJobStatistics statistics) Statistics related to the import job.