Class UsersReportRequestJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.UsersReportRequestJson
-
- All Implemented Interfaces:
Serializable
public class UsersReportRequestJson extends BaseJson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UsersReportRequestJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaginationJson
getPaginationInfo()
ReportFilterJson
getReportFilter()
we allow empty filter to get all the users in the organization Allowed filters : user , group.UsersReportOrder
getUsersOrder()
boolean
isOrderAscending()
File order ascending, if left empty set to true.boolean
isUseLocalLang()
void
setOrderAscending(boolean orderAscending)
File order ascending, if left empty set to true.void
setPaginationInfo(PaginationJson paginationInfo)
void
setReportFilter(ReportFilterJson reportFilter)
we allow empty filter to get all the users in the organization Allowed filters : user , group.void
setUseLocalLang(boolean useLocalLang)
void
setUsersOrder(UsersReportOrder usersOrder)
-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getUsersOrder
public UsersReportOrder getUsersOrder()
-
setUsersOrder
public void setUsersOrder(UsersReportOrder usersOrder)
-
getReportFilter
public ReportFilterJson getReportFilter()
we allow empty filter to get all the users in the organization Allowed filters : user , group. Not Allowed Filter : dl , room (cause of nesting problem)- Returns:
- we allow empty filter to get all the users in the organization Allowed filters : user , group. Not Allowed Filter : dl , room (cause of nesting problem)
-
setReportFilter
public void setReportFilter(ReportFilterJson reportFilter)
we allow empty filter to get all the users in the organization Allowed filters : user , group. Not Allowed Filter : dl , room (cause of nesting problem)- Parameters:
reportFilter
- we allow empty filter to get all the users in the organization Allowed filters : user , group. Not Allowed Filter : dl , room (cause of nesting problem)
-
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()
-
setPaginationInfo
public void setPaginationInfo(PaginationJson paginationInfo)
-
isUseLocalLang
public boolean isUseLocalLang()
-
setUseLocalLang
public void setUseLocalLang(boolean useLocalLang)
-
-