Uses of Class
com.mypurecloud.sdk.v2.model.DocumentQueryInterval
Packages that use DocumentQueryInterval
-
Uses of DocumentQueryInterval in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DocumentQueryIntervalModifier and TypeMethodDescriptionDocumentQueryInterval.field(DocumentQueryInterval.FieldEnum field) Specifies the date field to be used for date and time range.KnowledgeDocumentQuery.getInterval()KnowledgeDocumentSearchRequest.getInterval()KnowledgeDocumentSuggestionRequest.getInterval()Specifies the date and time range for filtering the documents.Methods in com.mypurecloud.sdk.v2.model with parameters of type DocumentQueryIntervalModifier and TypeMethodDescriptionKnowledgeDocumentQuery.interval(DocumentQueryInterval interval) Retrieves the documents created/modified/published in specified date and time range.KnowledgeDocumentSearchRequest.interval(DocumentQueryInterval interval) Retrieves the documents created/modified/published in specified date and time range.KnowledgeDocumentSuggestionRequest.interval(DocumentQueryInterval interval) Retrieves the documents created/modified/published in specified date and time range.voidKnowledgeDocumentQuery.setInterval(DocumentQueryInterval interval) voidKnowledgeDocumentSearchRequest.setInterval(DocumentQueryInterval interval) voidKnowledgeDocumentSuggestionRequest.setInterval(DocumentQueryInterval interval)