Uses of Class
com.mypurecloud.sdk.v2.api.request.GetKnowledgeKnowledgebaseDocumentVersionVariationRequest
Packages that use GetKnowledgeKnowledgebaseDocumentVersionVariationRequest
-
Uses of GetKnowledgeKnowledgebaseDocumentVersionVariationRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetKnowledgeKnowledgebaseDocumentVersionVariationRequestModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeKnowledgebaseDocumentVersionVariation(GetKnowledgeKnowledgebaseDocumentVersionVariationRequest request) Get variation for the given document version.KnowledgeApiAsync.getKnowledgeKnowledgebaseDocumentVersionVariationAsync(GetKnowledgeKnowledgebaseDocumentVersionVariationRequest request, AsyncApiCallback<KnowledgeDocumentVersionVariation> callback) Get variation for the given document version. -
Uses of GetKnowledgeKnowledgebaseDocumentVersionVariationRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetKnowledgeKnowledgebaseDocumentVersionVariationRequestModifier and TypeMethodDescriptionGetKnowledgeKnowledgebaseDocumentVersionVariationRequest.Builder.build()GetKnowledgeKnowledgebaseDocumentVersionVariationRequest.withCustomHeader(String name, String value) GetKnowledgeKnowledgebaseDocumentVersionVariationRequest.withDocumentId(String documentId) GetKnowledgeKnowledgebaseDocumentVersionVariationRequest.withKnowledgeBaseId(String knowledgeBaseId) GetKnowledgeKnowledgebaseDocumentVersionVariationRequest.withVariationId(String variationId) GetKnowledgeKnowledgebaseDocumentVersionVariationRequest.withVersionId(String versionId)