Uses of Class
com.mypurecloud.sdk.v2.model.DocumentQueryPredicate
Packages that use DocumentQueryPredicate
-
Uses of DocumentQueryPredicate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DocumentQueryPredicateModifier and TypeMethodDescriptionDocumentQueryPredicate.fields(List<DocumentQueryPredicate.FieldsEnum> fields) Specifies the document fields to be matched against.DocumentQueryPredicate.type(DocumentQueryPredicate.TypeEnum type) Specifies the matching criteria between the fields and values.Specifies the values of the fields to be matched against.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type DocumentQueryPredicateMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type DocumentQueryPredicateModifier and TypeMethodDescriptionDocumentQueryClause.predicates(List<DocumentQueryPredicate> predicates) To apply multiple conditions.voidDocumentQueryClause.setPredicates(List<DocumentQueryPredicate> predicates)