Uses of Class
com.mypurecloud.sdk.v2.api.request.GetKnowledgeKnowledgebaseDocumentRequest
Packages that use GetKnowledgeKnowledgebaseDocumentRequest
-
Uses of GetKnowledgeKnowledgebaseDocumentRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetKnowledgeKnowledgebaseDocumentRequestModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeKnowledgebaseDocument(GetKnowledgeKnowledgebaseDocumentRequest request) Get document.KnowledgeApiAsync.getKnowledgeKnowledgebaseDocumentAsync(GetKnowledgeKnowledgebaseDocumentRequest request, AsyncApiCallback<KnowledgeDocumentResponse> callback) Get document. -
Uses of GetKnowledgeKnowledgebaseDocumentRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetKnowledgeKnowledgebaseDocumentRequestModifier and TypeMethodDescriptionGetKnowledgeKnowledgebaseDocumentRequest.Builder.build()GetKnowledgeKnowledgebaseDocumentRequest.withCustomHeader(String name, String value) GetKnowledgeKnowledgebaseDocumentRequest.withDocumentId(String documentId) GetKnowledgeKnowledgebaseDocumentRequest.withExpand(List<String> expand) GetKnowledgeKnowledgebaseDocumentRequest.withKnowledgeBaseId(String knowledgeBaseId)