Package | Description |
---|---|
com.blackberry.workspaces.sdk.api.enums | |
com.blackberry.workspaces.sdk.api.json | |
com.blackberry.workspaces.sdk.api.resource |
Modifier and Type | Method and Description |
---|---|
static ApiDocumentFilter |
ApiDocumentFilter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiDocumentFilter[] |
ApiDocumentFilter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ApiDocumentFilter |
DocumentsSelectionSdsJson.getDocumentFilter()
Either pass this or documentGuids
|
ApiDocumentFilter |
EditCollaborationJson.getDocumentFilter()
File filter.
|
ApiDocumentFilter |
SdsAddPermissionsJson.getDocumentFilter()
File filter (to obtain list of files).
|
ApiDocumentFilter |
SdsEditPermissionsJson.getDocumentFilter()
File filter.
|
ApiDocumentFilter |
SdsRevokePermissionsJson.getDocumentFilter()
File filter.
|
ApiDocumentFilter |
ListFavoriteItemsJson.getFilter() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentsSelectionSdsJson.setDocumentFilter(ApiDocumentFilter documentFilter)
Either pass this or documentGuids
|
void |
EditCollaborationJson.setDocumentFilter(ApiDocumentFilter documentFilter)
File filter.
|
void |
SdsAddPermissionsJson.setDocumentFilter(ApiDocumentFilter documentFilter)
File filter (to obtain list of files).
|
void |
SdsEditPermissionsJson.setDocumentFilter(ApiDocumentFilter documentFilter)
File filter.
|
void |
SdsRevokePermissionsJson.setDocumentFilter(ApiDocumentFilter documentFilter)
File filter.
|
void |
ListFavoriteItemsJson.setFilter(ApiDocumentFilter filter) |
Modifier and Type | Method and Description |
---|---|
PagingItemListJson<DocumentJson> |
Documents.listV30(ApiDocumentFilter filter,
ApiDocumentOrderSDS order,
boolean orderAscending,
Integer pageNumber,
Integer pageSize)
Returns a list of all the files that the current user is permitted to
view (and are not part of a workspace).
|
PagingItemListJson<DocumentJson> |
Files.listV30(ApiDocumentFilter filter,
ApiDocumentOrderSDS order,
boolean orderAscending,
Integer pageNumber,
Integer pageSize)
Returns a list of all the files that the current user is permitted to
view (and are not part of a workspace).
|
Copyright © 2019. All rights reserved.