Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentResponseListing
Packages that use KnowledgeDocumentResponseListing
-
Uses of KnowledgeDocumentResponseListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return KnowledgeDocumentResponseListingModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeKnowledgebaseDocuments(GetKnowledgeKnowledgebaseDocumentsRequest request) Get documents.KnowledgeApi.getKnowledgeKnowledgebaseDocuments(String knowledgeBaseId, String before, String after, String pageSize, String interval, List<String> documentId, List<String> categoryId, Boolean includeSubcategories, Boolean includeDrafts, List<String> labelIds, List<String> expand, List<String> externalIds) Get documents.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type KnowledgeDocumentResponseListingModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeKnowledgebaseDocuments(ApiRequest<Void> request) Get documents.KnowledgeApiAsync.getKnowledgeKnowledgebaseDocumentsAsync(GetKnowledgeKnowledgebaseDocumentsRequest request, AsyncApiCallback<KnowledgeDocumentResponseListing> callback) Get documents.KnowledgeApiAsync.getKnowledgeKnowledgebaseDocumentsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentResponseListing>> callback) Get documents.KnowledgeApi.getKnowledgeKnowledgebaseDocumentsWithHttpInfo(String knowledgeBaseId, String before, String after, String pageSize, String interval, List<String> documentId, List<String> categoryId, Boolean includeSubcategories, Boolean includeDrafts, List<String> labelIds, List<String> expand, List<String> externalIds) Get documents.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type KnowledgeDocumentResponseListingModifier and TypeMethodDescriptionKnowledgeApiAsync.getKnowledgeKnowledgebaseDocumentsAsync(GetKnowledgeKnowledgebaseDocumentsRequest request, AsyncApiCallback<KnowledgeDocumentResponseListing> callback) Get documents.KnowledgeApiAsync.getKnowledgeKnowledgebaseDocumentsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentResponseListing>> callback) Get documents. -
Uses of KnowledgeDocumentResponseListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentResponseListingModifier and TypeMethodDescriptionKnowledgeDocumentResponseListing.entities(List<KnowledgeDocumentResponse> entities) KnowledgeDocumentResponseListing.previousUri(String previousUri)