Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeParseJobRequestImport
Packages that use KnowledgeParseJobRequestImport
Package
Description
-
Uses of KnowledgeParseJobRequestImport in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type KnowledgeParseJobRequestImportModifier and TypeMethodDescriptionvoidKnowledgeApi.postKnowledgeKnowledgebaseParseJobImport(String knowledgeBaseId, String parseJobId, KnowledgeParseJobRequestImport body) Import the parsed articlesKnowledgeApi.postKnowledgeKnowledgebaseParseJobImportWithHttpInfo(String knowledgeBaseId, String parseJobId, KnowledgeParseJobRequestImport body) Import the parsed articlesMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type KnowledgeParseJobRequestImportModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeKnowledgebaseParseJobImport(ApiRequest<KnowledgeParseJobRequestImport> request) Import the parsed articlesKnowledgeApiAsync.postKnowledgeKnowledgebaseParseJobImportAsync(ApiRequest<KnowledgeParseJobRequestImport> request, AsyncApiCallback<ApiResponse<Void>> callback) Import the parsed articles -
Uses of KnowledgeParseJobRequestImport in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return KnowledgeParseJobRequestImportMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type KnowledgeParseJobRequestImportMethods in com.mypurecloud.sdk.v2.api.request with parameters of type KnowledgeParseJobRequestImportModifier and TypeMethodDescriptionPostKnowledgeKnowledgebaseParseJobImportRequest.builder(String knowledgeBaseId, String parseJobId, KnowledgeParseJobRequestImport body) voidPostKnowledgeKnowledgebaseParseJobImportRequest.setBody(KnowledgeParseJobRequestImport body) PostKnowledgeKnowledgebaseParseJobImportRequest.Builder.withBody(KnowledgeParseJobRequestImport body) PostKnowledgeKnowledgebaseParseJobImportRequest.withBody(KnowledgeParseJobRequestImport body) PostKnowledgeKnowledgebaseParseJobImportRequest.Builder.withRequiredParams(String knowledgeBaseId, String parseJobId, KnowledgeParseJobRequestImport body) -
Uses of KnowledgeParseJobRequestImport in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeParseJobRequestImportModifier and TypeMethodDescriptionKnowledgeParseJobRequestImport.edits(List<KnowledgeParseRecord> edits) Override of the result of the parse.Excluded results.