| Package | Description |
|---|---|
| org.finra.herd.model.api.xml |
| Modifier and Type | Field and Description |
|---|---|
protected File |
UploadSingleInitiationRequest.file |
protected File |
UploadSingleInitiationResponse.file |
| Modifier and Type | Method and Description |
|---|---|
File |
ObjectFactory.createFile()
Create an instance of
File |
File |
UploadSingleInitiationRequest.getFile()
Gets the value of the file property.
|
File |
UploadSingleInitiationResponse.getFile()
Gets the value of the file property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UploadSingleInitiationRequest.setFile(File value)
Sets the value of the file property.
|
void |
UploadSingleInitiationResponse.setFile(File value)
Sets the value of the file property.
|
| Constructor and Description |
|---|
UploadSingleInitiationRequest(BusinessObjectFormatKey sourceBusinessObjectFormatKey,
BusinessObjectFormatKey targetBusinessObjectFormatKey,
List<Attribute> businessObjectDataAttributes,
File file,
String targetStorageName)
Fully-initialising value constructor
|
UploadSingleInitiationResponse(BusinessObjectData sourceBusinessObjectData,
BusinessObjectData targetBusinessObjectData,
File file,
String uuid,
String awsAccessKey,
String awsSecretKey,
String awsSessionToken,
XMLGregorianCalendar awsSessionExpirationTime,
String awsKmsKeyId,
String targetStorageName)
Fully-initialising value constructor
|
Copyright © 2019. All rights reserved.