Uses of Class
com.mypurecloud.sdk.v2.model.GKNDocumentationSearchCriteria
Packages that use GKNDocumentationSearchCriteria
-
Uses of GKNDocumentationSearchCriteria in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return GKNDocumentationSearchCriteriaModifier and TypeMethodDescriptionGKNDocumentationSearchCriteria.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 againstGKNDocumentationSearchCriteria.group(List<GKNDocumentationSearchCriteria> group) Groups multiple conditionsGKNDocumentationSearchCriteria.operator(GKNDocumentationSearchCriteria.OperatorEnum operator) How to apply this search criteria against other criteriaGKNDocumentationSearchCriteria.startValue(String startValue) The start value of the range.GKNDocumentationSearchCriteria.type(GKNDocumentationSearchCriteria.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 GKNDocumentationSearchCriteriaModifier and TypeMethodDescriptionGKNDocumentationSearchCriteria.getGroup()GKNDocumentationSearchRequest.getQuery()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type GKNDocumentationSearchCriteriaModifier and TypeMethodDescriptionGKNDocumentationSearchCriteria.group(List<GKNDocumentationSearchCriteria> group) Groups multiple conditionsGKNDocumentationSearchRequest.query(List<GKNDocumentationSearchCriteria> query) voidGKNDocumentationSearchCriteria.setGroup(List<GKNDocumentationSearchCriteria> group) voidGKNDocumentationSearchRequest.setQuery(List<GKNDocumentationSearchCriteria> query)