Package | Description |
---|---|
com.blackberry.workspaces.sdk.api.enums | |
com.blackberry.workspaces.sdk.api.json |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2019. All rights reserved.