Uses of Class
com.blackberry.workspaces.api.sdk.enums.PermissionRequestTypeExternalInterface
-
Packages that use PermissionRequestTypeExternalInterface Package Description com.blackberry.workspaces.api.sdk.enums com.blackberry.workspaces.api.sdk.json -
-
Uses of PermissionRequestTypeExternalInterface in com.blackberry.workspaces.api.sdk.enums
Methods in com.blackberry.workspaces.api.sdk.enums that return PermissionRequestTypeExternalInterface Modifier and Type Method Description static PermissionRequestTypeExternalInterface
PermissionRequestTypeExternalInterface. valueOf(String name)
Returns the enum constant of this type with the specified name.static PermissionRequestTypeExternalInterface[]
PermissionRequestTypeExternalInterface. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PermissionRequestTypeExternalInterface in com.blackberry.workspaces.api.sdk.json
Methods in com.blackberry.workspaces.api.sdk.json that return PermissionRequestTypeExternalInterface Modifier and Type Method Description PermissionRequestTypeExternalInterface
AddDocumentPermissionRequestJson. getRequestType()
PermissionRequestTypeExternalInterface
AddFolderPermissionRequestJson. getRequestType()
The type of requestMethods in com.blackberry.workspaces.api.sdk.json with parameters of type PermissionRequestTypeExternalInterface Modifier and Type Method Description void
AddDocumentPermissionRequestJson. setRequestType(PermissionRequestTypeExternalInterface requestType)
void
AddFolderPermissionRequestJson. setRequestType(PermissionRequestTypeExternalInterface requestType)
The type of request
-