Class RoomsReportRequestByMailJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.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
All Methods Instance Methods Concrete Methods 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 order-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getReportFilter
public ReportFilterJson 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
public void setReportFilter(ReportFilterJson reportFilter)
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
public PaginationJson getPaginationInfo()
Pagination details- Returns:
- Pagination details
-
setPaginationInfo
public void setPaginationInfo(PaginationJson paginationInfo)
Pagination details- Parameters:
paginationInfo
- Pagination details
-
getRoomsReportOrder
public RoomsReportOrder getRoomsReportOrder()
Rooms report order- Returns:
- Rooms report order
-
setRoomsReportOrder
public void setRoomsReportOrder(RoomsReportOrder roomsReportOrder)
Rooms report order- Parameters:
roomsReportOrder
- Rooms report order
-
-