Uses of Class
com.blackberry.workspaces.sdk.api.json.ReportFilterJson
Package | Description |
---|---|
com.blackberry.workspaces.sdk.api.json |
-
Uses of ReportFilterJson in com.blackberry.workspaces.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.json that return ReportFilterJson Modifier and Type Method Description ReportFilterJson
RoomsReportRequestByMailJson. getReportFilter()
Allowing empty filter All filters in this report are mutually exclusive (only one can appear)ReportFilterJson
UsersReportRequestJson. getReportFilter()
we allow empty filter to get all the users in the organization Allowed filters : user , group.Methods in com.blackberry.workspaces.sdk.api.json with parameters of type ReportFilterJson Modifier and Type Method Description void
RoomsReportRequestByMailJson. setReportFilter(ReportFilterJson reportFilter)
Allowing empty filter All filters in this report are mutually exclusive (only one can appear)void
UsersReportRequestJson. setReportFilter(ReportFilterJson reportFilter)
we allow empty filter to get all the users in the organization Allowed filters : user , group.