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 Details

  • Method Details

    • 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