Uses of Class
com.mypurecloud.sdk.v2.model.Filter
Packages that use Filter
-
Uses of Filter in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FilterModifier and TypeMethodDescriptionThe name of the field by which to filter.The operation that the filter performs.The type of the filter, DATE or STRING.The values to make the filter comparison against.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type FilterModifier and TypeMethodDescriptionTrusteeAuditQueryRequest.getFilters()TrustorAuditQueryRequest.getFilters()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type FilterModifier and TypeMethodDescriptionAdditional custom filters to be applied to the query.Additional custom filters to be applied to the query.voidTrusteeAuditQueryRequest.setFilters(List<Filter> filters) voidTrustorAuditQueryRequest.setFilters(List<Filter> filters)