Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ListAllFavoriteItems
Parameters
Name Type Description

itemOrder

ApiFavoriteItemOrder

Default value: STARRED_DATE

Possible values: [STARRED_DATE, MODIFIED_DATE, NAME].

orderAscending

boolean

Default value: true

Flag indicating order should be ascending

pagination

Pagination

Not null
Default value: new PaginationJson()

Pagination info

Json Format
{
pagination:
{
pageSize: Integer,
pageNumber: Integer
},
itemOrder: ApiFavoriteItemOrder,
orderAscending: Boolean
}