| Package | Description |
|---|---|
| org.finra.herd.sdk.model |
| Modifier and Type | Method and Description |
|---|---|
List<StorageFile> |
BusinessObjectDataStorageFilesCreateRequest.getStorageFiles()
The list of storage files to be added.
|
List<StorageFile> |
BusinessObjectDataStorageFilesCreateResponse.getStorageFiles()
The list of storage files
|
List<StorageFile> |
StorageUnit.getStorageFiles()
A container of various Storage Files that reside within a specific Storage Unit
|
List<StorageFile> |
StorageUnitCreateRequest.getStorageFiles()
A container of various Storage Files that reside within a specific Storage Unit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectDataStorageFilesCreateRequest.setStorageFiles(List<StorageFile> storageFiles) |
void |
BusinessObjectDataStorageFilesCreateResponse.setStorageFiles(List<StorageFile> storageFiles) |
void |
StorageUnit.setStorageFiles(List<StorageFile> storageFiles) |
void |
StorageUnitCreateRequest.setStorageFiles(List<StorageFile> storageFiles) |
Copyright © 2017. All rights reserved.