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 ApiDocumentOrderSDS |
ApiDocumentOrderSDS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiDocumentOrderSDS[] |
ApiDocumentOrderSDS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ApiDocumentOrderSDS |
SearchDocumentsSdsJson.getDocumentOrder()
Document order, if left empty set to LAST_UPDATED.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchDocumentsSdsJson.setDocumentOrder(ApiDocumentOrderSDS documentOrder)
Document order, if left empty set to LAST_UPDATED.
|
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.