Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentQuery
Packages that use KnowledgeDocumentQuery
Package
Description
-
Uses of KnowledgeDocumentQuery in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type KnowledgeDocumentQueryModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeKnowledgebaseDocumentsQuery(String knowledgeBaseId, List<String> expand, KnowledgeDocumentQuery body) Query for knowledge documents.KnowledgeApi.postKnowledgeKnowledgebaseDocumentsQueryWithHttpInfo(String knowledgeBaseId, List<String> expand, KnowledgeDocumentQuery body) Query for knowledge documents.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type KnowledgeDocumentQueryModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeKnowledgebaseDocumentsQuery(ApiRequest<KnowledgeDocumentQuery> request) Query for knowledge documents.KnowledgeApiAsync.postKnowledgeKnowledgebaseDocumentsQueryAsync(ApiRequest<KnowledgeDocumentQuery> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentQueryResponse>> callback) Query for knowledge documents. -
Uses of KnowledgeDocumentQuery in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return KnowledgeDocumentQueryMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type KnowledgeDocumentQueryMethods in com.mypurecloud.sdk.v2.api.request with parameters of type KnowledgeDocumentQueryModifier and TypeMethodDescriptionvoidPostKnowledgeKnowledgebaseDocumentsQueryRequest.setBody(KnowledgeDocumentQuery body) PostKnowledgeKnowledgebaseDocumentsQueryRequest.Builder.withBody(KnowledgeDocumentQuery body) PostKnowledgeKnowledgebaseDocumentsQueryRequest.withBody(KnowledgeDocumentQuery body) -
Uses of KnowledgeDocumentQuery in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentQueryModifier and TypeMethodDescriptionKnowledgeDocumentQuery.filter(DocumentQuery filter) Filter for the document query.KnowledgeDocumentQuery.includeDraftDocuments(Boolean includeDraftDocuments) Indicates whether the results would also include draft documents.KnowledgeDocumentQuery.includeVariations(KnowledgeDocumentQuery.IncludeVariationsEnum includeVariations) Indicates which document variations to include in returned documents.KnowledgeDocumentQuery.interval(DocumentQueryInterval interval) Retrieves the documents created/modified/published in specified date and time range.KnowledgeDocumentQuery.pageNumber(Integer pageNumber) Page number of the returned results.Page size of the returned results.KnowledgeDocumentQuery.sortBy(KnowledgeDocumentQuery.SortByEnum sortBy) The field in the documents that you want to sort the results by.KnowledgeDocumentQuery.sortOrder(KnowledgeDocumentQuery.SortOrderEnum sortOrder) The sort order for results.