Uses of Class
com.mypurecloud.sdk.v2.model.DocumentationV2SearchCriteria
Packages that use DocumentationV2SearchCriteria
-
Uses of DocumentationV2SearchCriteria in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DocumentationV2SearchCriteriaModifier and TypeMethodDescriptionDocumentationV2SearchCriteria.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 againstDocumentationV2SearchCriteria.group(List<DocumentationV2SearchCriteria> group) Groups multiple conditionsDocumentationV2SearchCriteria.operator(DocumentationV2SearchCriteria.OperatorEnum operator) How to apply this search criteria against other criteriaDocumentationV2SearchCriteria.startValue(String startValue) The start value of the range.DocumentationV2SearchCriteria.type(DocumentationV2SearchCriteria.TypeEnum type) A 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 DocumentationV2SearchCriteriaModifier and TypeMethodDescriptionDocumentationV2SearchCriteria.getGroup()DocumentationV2SearchRequest.getQuery()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type DocumentationV2SearchCriteriaModifier and TypeMethodDescriptionDocumentationV2SearchCriteria.group(List<DocumentationV2SearchCriteria> group) Groups multiple conditionsDocumentationV2SearchRequest.query(List<DocumentationV2SearchCriteria> query) The search criteriavoidDocumentationV2SearchCriteria.setGroup(List<DocumentationV2SearchCriteria> group) voidDocumentationV2SearchRequest.setQuery(List<DocumentationV2SearchCriteria> query)