Package com.mypurecloud.sdk.v2.model
Class ContactsExportFilter
java.lang.Object
com.mypurecloud.sdk.v2.model.ContactsExportFilter
- All Implemented Interfaces:
Serializable
ContactsExportFilter
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionand(List<ContactsExportFilter> and) Boolean AND combination of filtersFiltered field should have the same valuebooleangetAnd()getEq()getIn()getNot()getOr()inthashCode()Filtered field should match one of the listed valuesnot(ContactsExportFilter not) Boolean negation of filtersor(List<ContactsExportFilter> or) Boolean OR combination of filtersvoidsetAnd(List<ContactsExportFilter> and) voidvoidvoidvoidtoString()
-
Constructor Details
-
ContactsExportFilter
public ContactsExportFilter() -
ContactsExportFilter
-
-
Method Details
-
eq
Filtered field should have the same value -
getEq
-
setEq
-
in
Filtered field should match one of the listed values -
getIn
-
setIn
-
and
Boolean AND combination of filters -
getAnd
-
setAnd
-
or
Boolean OR combination of filters -
getOr
-
setOr
-
not
Boolean negation of filters -
getNot
-
setNot
-
equals
-
hashCode
public int hashCode() -
toString
-