Class RoomsReportRequestByMailJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.RoomsReportRequestByMailJson
- All Implemented Interfaces:
Serializable
public class RoomsReportRequestByMailJson extends BaseJson
Request for a workspace report
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description RoomsReportRequestByMailJson()
-
Method Summary
Modifier and Type Method Description PaginationJson
getPaginationInfo()
Pagination detailsReportFilterJson
getReportFilter()
Allowing empty filter All filters in this report are mutually exclusive (only one can appear)RoomsReportOrder
getRoomsReportOrder()
Rooms report orderboolean
isOrderAscending()
File order ascending, if left empty set to true.void
setOrderAscending(boolean orderAscending)
File order ascending, if left empty set to true.void
setPaginationInfo(PaginationJson paginationInfo)
Pagination detailsvoid
setReportFilter(ReportFilterJson reportFilter)
Allowing empty filter All filters in this report are mutually exclusive (only one can appear)void
setRoomsReportOrder(RoomsReportOrder roomsReportOrder)
Rooms report orderMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
RoomsReportRequestByMailJson
public RoomsReportRequestByMailJson()
-
-
Method Details
-
getReportFilter
Allowing empty filter All filters in this report are mutually exclusive (only one can appear)- Returns:
- Allowing empty filter All filters in this report are mutually exclusive (only one can appear)
-
setReportFilter
Allowing empty filter All filters in this report are mutually exclusive (only one can appear)- Parameters:
reportFilter
- Allowing empty filter All filters in this report are mutually exclusive (only one can appear)
-
isOrderAscending
public boolean isOrderAscending()File order ascending, if left empty set to true.- Returns:
- File order ascending, if left empty set to true.
-
setOrderAscending
public void setOrderAscending(boolean orderAscending)File order ascending, if left empty set to true.- Parameters:
orderAscending
- File order ascending, if left empty set to true.
-
getPaginationInfo
Pagination details- Returns:
- Pagination details
-
setPaginationInfo
Pagination details- Parameters:
paginationInfo
- Pagination details
-
getRoomsReportOrder
Rooms report order- Returns:
- Rooms report order
-
setRoomsReportOrder
Rooms report order- Parameters:
roomsReportOrder
- Rooms report order
-