Uses of Class
com.docusign.esign.model.ExternalFolder
-
Packages that use ExternalFolder Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of ExternalFolder in com.docusign.esign.api
Methods in com.docusign.esign.api that return ExternalFolder Modifier and Type Method Description ExternalFolderCloudStorageApi. callList(String accountId, String userId, String serviceId, String folderId)Gets a list of all the items from the specified cloud storage provider..ExternalFolderCloudStorageApi. callList(String accountId, String userId, String serviceId, String folderId, CloudStorageApi.CallListOptions options)Gets a list of all the items from the specified cloud storage provider..ExternalFolderCloudStorageApi. listFolders(String accountId, String userId, String serviceId)Retrieves a list of all the items in a specified folder from the specified cloud storage provider..ExternalFolderCloudStorageApi. 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..Methods in com.docusign.esign.api that return types with arguments of type ExternalFolder Modifier and Type Method Description ApiResponse<ExternalFolder>CloudStorageApi. callListWithHttpInfo(String accountId, String userId, String serviceId, String folderId, CloudStorageApi.CallListOptions options)Gets a list of all the items from the specified cloud storage provider.ApiResponse<ExternalFolder>CloudStorageApi. listFoldersWithHttpInfo(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. -
Uses of ExternalFolder in com.docusign.esign.model
Methods in com.docusign.esign.model that return ExternalFolder Modifier and Type Method Description ExternalFolderExternalFolder. addItemsItem(ExternalFile itemsItem)addItemsItem.ExternalFolderExternalFolder. endPosition(String endPosition)endPosition.ExternalFolderExternalFolder. errorDetails(ExternalDocServiceErrorDetails errorDetails)errorDetails.ExternalFolderExternalFolder. id(String id)id.ExternalFolderExternalFolder. items(List<ExternalFile> items)items.ExternalFolderExternalFolder. name(String name)name.ExternalFolderExternalFolder. nextUri(String nextUri)nextUri.ExternalFolderExternalFolder. previousUri(String previousUri)previousUri.ExternalFolderExternalFolder. resultSetSize(String resultSetSize)resultSetSize.ExternalFolderExternalFolder. startPosition(String startPosition)startPosition.ExternalFolderExternalFolder. totalSetSize(String totalSetSize)totalSetSize.
-