Class ListExchangesRecycleBinDocumentsJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.ListExchangesRecycleBinDocumentsJson
- All Implemented Interfaces:
Serializable
public class ListExchangesRecycleBinDocumentsJson extends BaseJson
Used when listing hidden files in the Inbox and items in the Sent items
Recycle bin.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ListExchangesRecycleBinDocumentsJson()
-
Method Summary
Modifier and Type Method Description RecycleBinExchangeDocumentsOrder
getOrderBy()
Recycle bin Exchange file orderPaginationJson
getPagination()
Pagination infoboolean
isAscending()
Is ascendingvoid
setAscending(boolean ascending)
Is ascendingvoid
setOrderBy(RecycleBinExchangeDocumentsOrder orderBy)
Recycle bin Exchange file ordervoid
setPagination(PaginationJson pagination)
Pagination infoMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
ListExchangesRecycleBinDocumentsJson
public ListExchangesRecycleBinDocumentsJson()
-
-
Method Details
-
getPagination
Pagination info- Returns:
- Pagination info
-
setPagination
Pagination info- Parameters:
pagination
- Pagination info
-
getOrderBy
Recycle bin Exchange file order- Returns:
- Recycle bin Exchange file order
-
setOrderBy
Recycle bin Exchange file order- Parameters:
orderBy
- Recycle bin Exchange file order
-
isAscending
public boolean isAscending()Is ascending- Returns:
- Is ascending
-
setAscending
public void setAscending(boolean ascending)Is ascending- Parameters:
ascending
- Is ascending
-