Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentVersionListing
Packages that use KnowledgeDocumentVersionListing
-
Uses of KnowledgeDocumentVersionListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return KnowledgeDocumentVersionListingModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeKnowledgebaseDocumentVersions(GetKnowledgeKnowledgebaseDocumentVersionsRequest request) Get document versions.KnowledgeApi.getKnowledgeKnowledgebaseDocumentVersions(String knowledgeBaseId, String documentId, String before, String after, String pageSize, List<String> expand) Get document versions.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type KnowledgeDocumentVersionListingModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeKnowledgebaseDocumentVersions(ApiRequest<Void> request) Get document versions.KnowledgeApiAsync.getKnowledgeKnowledgebaseDocumentVersionsAsync(GetKnowledgeKnowledgebaseDocumentVersionsRequest request, AsyncApiCallback<KnowledgeDocumentVersionListing> callback) Get document versions.KnowledgeApiAsync.getKnowledgeKnowledgebaseDocumentVersionsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentVersionListing>> callback) Get document versions.KnowledgeApi.getKnowledgeKnowledgebaseDocumentVersionsWithHttpInfo(String knowledgeBaseId, String documentId, String before, String after, String pageSize, List<String> expand) Get document versions.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type KnowledgeDocumentVersionListingModifier and TypeMethodDescriptionKnowledgeApiAsync.getKnowledgeKnowledgebaseDocumentVersionsAsync(GetKnowledgeKnowledgebaseDocumentVersionsRequest request, AsyncApiCallback<KnowledgeDocumentVersionListing> callback) Get document versions.KnowledgeApiAsync.getKnowledgeKnowledgebaseDocumentVersionsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentVersionListing>> callback) Get document versions. -
Uses of KnowledgeDocumentVersionListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentVersionListingModifier and TypeMethodDescriptionKnowledgeDocumentVersionListing.entities(List<KnowledgeDocumentVersion> entities) KnowledgeDocumentVersionListing.previousUri(String previousUri)