Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchKnowledgeKnowledgebaseParseJobRequest.Builder
Packages that use PatchKnowledgeKnowledgebaseParseJobRequest.Builder
-
Uses of PatchKnowledgeKnowledgebaseParseJobRequest.Builder in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchKnowledgeKnowledgebaseParseJobRequest.BuilderModifier and TypeMethodDescriptionPatchKnowledgeKnowledgebaseParseJobRequest.builder()PatchKnowledgeKnowledgebaseParseJobRequest.builder(String knowledgeBaseId, String parseJobId, KnowledgeParseJobRequestPatch body) PatchKnowledgeKnowledgebaseParseJobRequest.Builder.withBody(KnowledgeParseJobRequestPatch body) PatchKnowledgeKnowledgebaseParseJobRequest.Builder.withKnowledgeBaseId(String knowledgeBaseId) PatchKnowledgeKnowledgebaseParseJobRequest.Builder.withParseJobId(String parseJobId) PatchKnowledgeKnowledgebaseParseJobRequest.Builder.withRequiredParams(String knowledgeBaseId, String parseJobId, KnowledgeParseJobRequestPatch body)