Uses of Class
com.mypurecloud.sdk.v2.model.ContactsExportFilter
Packages that use ContactsExportFilter
-
Uses of ContactsExportFilter in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ContactsExportFilterModifier and TypeMethodDescriptionContactsExportFilter.and(List<ContactsExportFilter> and) Boolean AND combination of filtersContactsExportFilter.eq(ContactsExportFieldFilter eq) Filtered field should have the same valueContactsExportQueryConditions.getFilters()ContactsExportFilter.getNot()ContactsExportFilter.in(ContactsExportFieldListFilter in) Filtered field should match one of the listed valuesContactsExportFilter.not(ContactsExportFilter not) Boolean negation of filtersContactsExportFilter.or(List<ContactsExportFilter> or) Boolean OR combination of filtersMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type ContactsExportFilterMethods in com.mypurecloud.sdk.v2.model with parameters of type ContactsExportFilterModifier and TypeMethodDescriptionContactsExportQueryConditions.filters(ContactsExportFilter filters) Filters to apply on exportContactsExportFilter.not(ContactsExportFilter not) Boolean negation of filtersvoidContactsExportQueryConditions.setFilters(ContactsExportFilter filters) voidContactsExportFilter.setNot(ContactsExportFilter not) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ContactsExportFilterModifier and TypeMethodDescriptionContactsExportFilter.and(List<ContactsExportFilter> and) Boolean AND combination of filtersContactsExportFilter.or(List<ContactsExportFilter> or) Boolean OR combination of filtersvoidContactsExportFilter.setAnd(List<ContactsExportFilter> and) voidContactsExportFilter.setOr(List<ContactsExportFilter> or)