Uses of Class
com.mypurecloud.sdk.v2.api.request.GetKnowledgeKnowledgebaseDocumentVersionVariationsRequest
Packages that use GetKnowledgeKnowledgebaseDocumentVersionVariationsRequest
-
Uses of GetKnowledgeKnowledgebaseDocumentVersionVariationsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetKnowledgeKnowledgebaseDocumentVersionVariationsRequestModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeKnowledgebaseDocumentVersionVariations(GetKnowledgeKnowledgebaseDocumentVersionVariationsRequest request) Get variations for the given document version.KnowledgeApiAsync.getKnowledgeKnowledgebaseDocumentVersionVariationsAsync(GetKnowledgeKnowledgebaseDocumentVersionVariationsRequest request, AsyncApiCallback<KnowledgeDocumentVersionVariationListing> callback) Get variations for the given document version. -
Uses of GetKnowledgeKnowledgebaseDocumentVersionVariationsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetKnowledgeKnowledgebaseDocumentVersionVariationsRequestModifier and TypeMethodDescriptionGetKnowledgeKnowledgebaseDocumentVersionVariationsRequest.Builder.build()GetKnowledgeKnowledgebaseDocumentVersionVariationsRequest.withBefore(String before) GetKnowledgeKnowledgebaseDocumentVersionVariationsRequest.withCustomHeader(String name, String value) GetKnowledgeKnowledgebaseDocumentVersionVariationsRequest.withDocumentId(String documentId) GetKnowledgeKnowledgebaseDocumentVersionVariationsRequest.withKnowledgeBaseId(String knowledgeBaseId) GetKnowledgeKnowledgebaseDocumentVersionVariationsRequest.withPageSize(String pageSize) GetKnowledgeKnowledgebaseDocumentVersionVariationsRequest.withVersionId(String versionId)