Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchKnowledgeKnowledgebaseParseJobRequest
Packages that use PatchKnowledgeKnowledgebaseParseJobRequest
-
Uses of PatchKnowledgeKnowledgebaseParseJobRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchKnowledgeKnowledgebaseParseJobRequestModifier and TypeMethodDescriptionvoidKnowledgeApi.patchKnowledgeKnowledgebaseParseJob(PatchKnowledgeKnowledgebaseParseJobRequest request) Send update to the parse operationKnowledgeApiAsync.patchKnowledgeKnowledgebaseParseJobAsync(PatchKnowledgeKnowledgebaseParseJobRequest request, AsyncApiCallback<Void> callback) Send update to the parse operation -
Uses of PatchKnowledgeKnowledgebaseParseJobRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchKnowledgeKnowledgebaseParseJobRequestModifier and TypeMethodDescriptionPatchKnowledgeKnowledgebaseParseJobRequest.Builder.build()PatchKnowledgeKnowledgebaseParseJobRequest.withBody(KnowledgeParseJobRequestPatch body) PatchKnowledgeKnowledgebaseParseJobRequest.withCustomHeader(String name, String value) PatchKnowledgeKnowledgebaseParseJobRequest.withKnowledgeBaseId(String knowledgeBaseId) PatchKnowledgeKnowledgebaseParseJobRequest.withParseJobId(String parseJobId)