Uses of Class
com.mypurecloud.sdk.v2.model.DocumentationSearchCriteria
Packages that use DocumentationSearchCriteria
-
Uses of DocumentationSearchCriteria in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DocumentationSearchCriteriaModifier and TypeMethodDescriptionDocumentationSearchCriteria.dateFormat(String dateFormat) Set date format for criteria values when using date range search type.The end value of the range.Field names to search againstDocumentationSearchCriteria.group(List<DocumentationSearchCriteria> group) Groups multiple conditionsDocumentationSearchCriteria.operator(DocumentationSearchCriteria.OperatorEnum operator) How to apply this search criteria against other criteriaDocumentationSearchCriteria.startValue(String startValue) The start value of the range.DocumentationSearchCriteria.type(DocumentationSearchCriteria.TypeEnum type) Search TypeA value for the search to match againstA list of values for the search to match againstMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type DocumentationSearchCriteriaModifier and TypeMethodDescriptionDocumentationSearchCriteria.getGroup()DocumentationSearchRequest.getQuery()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type DocumentationSearchCriteriaModifier and TypeMethodDescriptionDocumentationSearchCriteria.group(List<DocumentationSearchCriteria> group) Groups multiple conditionsDocumentationSearchRequest.query(List<DocumentationSearchCriteria> query) voidDocumentationSearchCriteria.setGroup(List<DocumentationSearchCriteria> group) voidDocumentationSearchRequest.setQuery(List<DocumentationSearchCriteria> query)