| Package | Description |
|---|---|
| com.docusign.esign.api | |
| com.docusign.esign.model |
| Modifier and Type | Method and Description |
|---|---|
ExternalFolder |
CloudStorageApi.list(String accountId,
String userId,
String serviceId,
String folderId)
Gets a list of all the items from the specified cloud storage provider.
|
ExternalFolder |
CloudStorageApi.list(String accountId,
String userId,
String serviceId,
String folderId,
CloudStorageApi.ListOptions options)
Gets a list of all the items from the specified cloud storage provider.
|
ExternalFolder |
CloudStorageApi.listFolders(String accountId,
String userId,
String serviceId)
Retrieves a list of all the items in a specified folder from the specified cloud storage provider.
|
ExternalFolder |
CloudStorageApi.listFolders(String accountId,
String userId,
String serviceId,
CloudStorageApi.ListFoldersOptions options)
Retrieves a list of all the items in a specified folder from the specified cloud storage provider.
|
| Modifier and Type | Method and Description |
|---|---|
ExternalFolder |
ExternalFolder.addItemsItem(ExternalFile itemsItem) |
ExternalFolder |
ExternalFolder.endPosition(String endPosition) |
ExternalFolder |
ExternalFolder.errorDetails(ExternalDocServiceErrorDetails errorDetails) |
ExternalFolder |
ExternalFolder.id(String id) |
ExternalFolder |
ExternalFolder.items(List<ExternalFile> items) |
ExternalFolder |
ExternalFolder.name(String name) |
ExternalFolder |
ExternalFolder.nextUri(String nextUri) |
ExternalFolder |
ExternalFolder.previousUri(String previousUri) |
ExternalFolder |
ExternalFolder.resultSetSize(String resultSetSize) |
ExternalFolder |
ExternalFolder.startPosition(String startPosition) |
ExternalFolder |
ExternalFolder.totalSetSize(String totalSetSize) |
Copyright © 2020. All rights reserved.