Uses of Class
com.blackberry.workspaces.sdk.api.enums.ApiFavoriteItemOrder
-
Packages that use ApiFavoriteItemOrder Package Description com.blackberry.workspaces.sdk.api.enums com.blackberry.workspaces.sdk.api.json -
-
Uses of ApiFavoriteItemOrder in com.blackberry.workspaces.sdk.api.enums
Methods in com.blackberry.workspaces.sdk.api.enums that return ApiFavoriteItemOrder Modifier and Type Method Description static ApiFavoriteItemOrder
ApiFavoriteItemOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static ApiFavoriteItemOrder[]
ApiFavoriteItemOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ApiFavoriteItemOrder in com.blackberry.workspaces.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.json that return ApiFavoriteItemOrder Modifier and Type Method Description ApiFavoriteItemOrder
ListAllFavoriteItemsJson. getItemOrder()
Methods in com.blackberry.workspaces.sdk.api.json with parameters of type ApiFavoriteItemOrder Modifier and Type Method Description void
ListAllFavoriteItemsJson. setItemOrder(ApiFavoriteItemOrder itemOrder)
-