Uses of Class
com.blackberry.workspaces.api.sdk.enums.DistributionlistsOrder
-
Packages that use DistributionlistsOrder Package Description com.blackberry.workspaces.api.sdk.enums com.blackberry.workspaces.api.sdk.json -
-
Uses of DistributionlistsOrder in com.blackberry.workspaces.api.sdk.enums
Methods in com.blackberry.workspaces.api.sdk.enums that return DistributionlistsOrder Modifier and Type Method Description static DistributionlistsOrder
DistributionlistsOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static DistributionlistsOrder[]
DistributionlistsOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DistributionlistsOrder in com.blackberry.workspaces.api.sdk.json
Methods in com.blackberry.workspaces.api.sdk.json that return DistributionlistsOrder Modifier and Type Method Description DistributionlistsOrder
ListDistributionlistsJson. getDistributionlistsOrder()
Order for resultsMethods in com.blackberry.workspaces.api.sdk.json with parameters of type DistributionlistsOrder Modifier and Type Method Description void
ListDistributionlistsJson. setDistributionlistsOrder(DistributionlistsOrder distributionlistsOrder)
Order for results
-