public class RoomsReportRequestByMailJson extends BaseJson
Constructor and Description |
---|
RoomsReportRequestByMailJson() |
Modifier and Type | Method and Description |
---|---|
PaginationJson |
getPaginationInfo()
Pagination details
|
ReportFilterJson |
getReportFilter()
Allowing empty filter All filters in this report are mutually exclusive
(only one can appear)
|
RoomsReportOrder |
getRoomsReportOrder()
Rooms report order
|
boolean |
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 details
|
void |
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
|
getObjType, setObjType, toString
public ReportFilterJson getReportFilter()
public void setReportFilter(ReportFilterJson reportFilter)
reportFilter
- Allowing empty filter All filters in this report
are mutually exclusive (only one can appear)public boolean isOrderAscending()
public void setOrderAscending(boolean orderAscending)
orderAscending
- File order ascending, if left empty set to true.public PaginationJson getPaginationInfo()
public void setPaginationInfo(PaginationJson paginationInfo)
paginationInfo
- Pagination detailspublic RoomsReportOrder getRoomsReportOrder()
public void setRoomsReportOrder(RoomsReportOrder roomsReportOrder)
roomsReportOrder
- Rooms report orderCopyright © 2019. All rights reserved.