Uses of Class
com.blackberry.workspaces.api.sdk.enums.AccessLevel
-
Packages that use AccessLevel Package Description com.blackberry.workspaces.api.sdk.enums com.blackberry.workspaces.api.sdk.json -
-
Uses of AccessLevel in com.blackberry.workspaces.api.sdk.enums
Methods in com.blackberry.workspaces.api.sdk.enums that return AccessLevel Modifier and Type Method Description static AccessLevel
AccessLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static AccessLevel[]
AccessLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AccessLevel in com.blackberry.workspaces.api.sdk.json
Methods in com.blackberry.workspaces.api.sdk.json that return AccessLevel Modifier and Type Method Description AccessLevel
PermissionsToUserForGetPermissionsJson. getAccessLevel()
Internal flag, do not send it with your request.AccessLevel
PermissionsToUserJson. getAccessLevel()
Internal flag, do not send it with your request.Methods in com.blackberry.workspaces.api.sdk.json with parameters of type AccessLevel Modifier and Type Method Description void
PermissionsToUserForGetPermissionsJson. setAccessLevel(AccessLevel accessLevel)
Internal flag, do not send it with your request.void
PermissionsToUserJson. setAccessLevel(AccessLevel accessLevel)
Internal flag, do not send it with your request.
-