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
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
-
Constructor Details
-
UsersReportRequestJson
public UsersReportRequestJson()
-
-
Method Details
-
getUsersOrder
-
setUsersOrder
-
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
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
-
setPaginationInfo
-
isUseLocalLang
public boolean isUseLocalLang() -
setUseLocalLang
public void setUseLocalLang(boolean useLocalLang)
-