Package com.mypurecloud.sdk.v2.model
Class DocumentQueryPredicate
java.lang.Object
com.mypurecloud.sdk.v2.model.DocumentQueryPredicate
- All Implemented Interfaces:
Serializable
DocumentQueryPredicate
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets fieldsstatic enumSpecifies the matching criteria between the fields and values. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfields(List<DocumentQueryPredicate.FieldsEnum> fields) Specifies the document fields to be matched against.getType()inthashCode()voidvoidvoidtoString()Specifies the matching criteria between the fields and values.Specifies the values of the fields to be matched against.
-
Constructor Details
-
DocumentQueryPredicate
public DocumentQueryPredicate() -
DocumentQueryPredicate
-
-
Method Details
-
fields
Specifies the document fields to be matched against. -
getFields
-
setFields
-
values
Specifies the values of the fields to be matched against. -
getValues
-
setValues
-
type
Specifies the matching criteria between the fields and values. -
getType
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-