Uses of Class
com.blackberry.workspaces.api.sdk.enums.RecycleBinExchangeDocumentsOrder
-
Packages that use RecycleBinExchangeDocumentsOrder Package Description com.blackberry.workspaces.api.sdk.enums com.blackberry.workspaces.api.sdk.json -
-
Uses of RecycleBinExchangeDocumentsOrder in com.blackberry.workspaces.api.sdk.enums
Methods in com.blackberry.workspaces.api.sdk.enums that return RecycleBinExchangeDocumentsOrder Modifier and Type Method Description static RecycleBinExchangeDocumentsOrder
RecycleBinExchangeDocumentsOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static RecycleBinExchangeDocumentsOrder[]
RecycleBinExchangeDocumentsOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RecycleBinExchangeDocumentsOrder in com.blackberry.workspaces.api.sdk.json
Methods in com.blackberry.workspaces.api.sdk.json that return RecycleBinExchangeDocumentsOrder Modifier and Type Method Description RecycleBinExchangeDocumentsOrder
ListExchangesRecycleBinDocumentsJson. getOrderBy()
Recycle bin Exchange file orderMethods in com.blackberry.workspaces.api.sdk.json with parameters of type RecycleBinExchangeDocumentsOrder Modifier and Type Method Description void
ListExchangesRecycleBinDocumentsJson. setOrderBy(RecycleBinExchangeDocumentsOrder orderBy)
Recycle bin Exchange file order
-