Uses of Class
com.blackberry.workspaces.sdk.api.enums.WhoCanView
-
Packages that use WhoCanView Package Description com.blackberry.workspaces.sdk.api.enums com.blackberry.workspaces.sdk.api.json -
-
Uses of WhoCanView in com.blackberry.workspaces.sdk.api.enums
Methods in com.blackberry.workspaces.sdk.api.enums that return WhoCanView Modifier and Type Method Description static WhoCanView
WhoCanView. valueOf(String name)
Returns the enum constant of this type with the specified name.static WhoCanView[]
WhoCanView. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WhoCanView in com.blackberry.workspaces.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.json that return WhoCanView Modifier and Type Method Description WhoCanView
CopyDocumentFromInboxJson. getWhoCanView()
In case Domain permissions or files that are available to everyone, use this parameter.WhoCanView
CopyDocumentFromRoomJson. getWhoCanView()
In case Domain permissions or files that are available to everyone, use this parameter.WhoCanView
CopyIManageDocumentToExchangeAsyncJson. getWhoCanView()
In case Domain permissions or files that are available to everyone, use this parameter.WhoCanView
CopyMultipleDocumentsToExchangeAsyncJson. getWhoCanView()
In case Domain permissions or files that are available to everyone, use this parameter.WhoCanView
CopyTransientDocumentToExchangeAsyncJson. getWhoCanView()
In case Domain permissions or files that are available to everyone, use this parameter.WhoCanView
SdsAddPermissionsJson. getWhoCanView()
Who can view files.WhoCanView
SubmitDocumentSdsJson. getWhoCanView()
In case Domain permissions or file that are available to everyone, use this parameter.Methods in com.blackberry.workspaces.sdk.api.json with parameters of type WhoCanView Modifier and Type Method Description void
CopyDocumentFromInboxJson. setWhoCanView(WhoCanView whoCanView)
In case Domain permissions or files that are available to everyone, use this parameter.void
CopyDocumentFromRoomJson. setWhoCanView(WhoCanView whoCanView)
In case Domain permissions or files that are available to everyone, use this parameter.void
CopyIManageDocumentToExchangeAsyncJson. setWhoCanView(WhoCanView whoCanView)
In case Domain permissions or files that are available to everyone, use this parameter.void
CopyMultipleDocumentsToExchangeAsyncJson. setWhoCanView(WhoCanView whoCanView)
In case Domain permissions or files that are available to everyone, use this parameter.void
CopyTransientDocumentToExchangeAsyncJson. setWhoCanView(WhoCanView whoCanView)
In case Domain permissions or files that are available to everyone, use this parameter.void
SdsAddPermissionsJson. setWhoCanView(WhoCanView whoCanView)
Who can view files.void
SubmitDocumentSdsJson. setWhoCanView(WhoCanView whoCanView)
In case Domain permissions or file that are available to everyone, use this parameter.
-