@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class UploadAndDownloadApi extends Object
| Constructor and Description |
|---|
UploadAndDownloadApi() |
UploadAndDownloadApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
UploadSingleCredentialExtensionResponse |
uploadandDownloadExtendUploadSingleCredentials(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
Integer businessObjectFormatVersion,
String partitionValue,
Integer businessObjectDataVersion)
extendUploadSingleCredentials
Extends the credentials for a previously initiated upload.
|
DownloadSingleInitiationResponse |
uploadandDownloadInitiateDownloadSingle(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
Integer businessObjectFormatVersion,
String partitionValue,
Integer businessObjectDataVersion)
initiateDownloadSingle
Initiates a download of a single file.
|
DownloadBusinessObjectDefinitionSampleDataFileSingleInitiationResponse |
uploadandDownloadInitiateDownloadSingleSampleFile(DownloadBusinessObjectDefinitionSampleDataFileSingleInitiationRequest downloadBusinessObjectDefinitionSampleDataFileSingleInitiationRequest)
initiateDownloadSingleSampleFile
Download a single business object definition sample file
|
UploadBusinessObjectDefinitionSampleDataFileInitiationResponse |
uploadandDownloadInitiateUploadSampleFile(UploadBusinessObjectDefinitionSampleDataFileInitiationRequest uploadBusinessObjectDefinitionSampleDataFileInitiationRequest)
initiateUploadSampleFile
Provide the location and credentials prior to upload a Sample Data file
|
UploadSingleInitiationResponse |
uploadandDownloadInitiateUploadSingle(UploadSingleInitiationRequest uploadSingleInitiationRequest)
initiateUploadSingle
Initiates a single file upload capability by creating the relative business object data instance in UPLOADING state and allowing write access to a specific location in S3_MANAGED_LOADING_DOCK storage.
|
public UploadAndDownloadApi()
public UploadAndDownloadApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public DownloadBusinessObjectDefinitionSampleDataFileSingleInitiationResponse uploadandDownloadInitiateDownloadSingleSampleFile(DownloadBusinessObjectDefinitionSampleDataFileSingleInitiationRequest downloadBusinessObjectDefinitionSampleDataFileSingleInitiationRequest) throws ApiException
downloadBusinessObjectDefinitionSampleDataFileSingleInitiationRequest - ApiExceptionpublic DownloadSingleInitiationResponse uploadandDownloadInitiateDownloadSingle(String namespace, String businessObjectDefinitionName, String businessObjectFormatUsage, String businessObjectFormatFileType, Integer businessObjectFormatVersion, String partitionValue, Integer businessObjectDataVersion) throws ApiException
namespace - the namespace.businessObjectDefinitionName - the business object definition name.businessObjectFormatUsage - the business object format usage.businessObjectFormatFileType - the business object format file type.businessObjectFormatVersion - the business object format version.partitionValue - the partition value.businessObjectDataVersion - the business object data version.ApiExceptionpublic UploadBusinessObjectDefinitionSampleDataFileInitiationResponse uploadandDownloadInitiateUploadSampleFile(UploadBusinessObjectDefinitionSampleDataFileInitiationRequest uploadBusinessObjectDefinitionSampleDataFileInitiationRequest) throws ApiException
uploadBusinessObjectDefinitionSampleDataFileInitiationRequest - request to uploadApiExceptionpublic UploadSingleCredentialExtensionResponse uploadandDownloadExtendUploadSingleCredentials(String namespace, String businessObjectDefinitionName, String businessObjectFormatUsage, String businessObjectFormatFileType, Integer businessObjectFormatVersion, String partitionValue, Integer businessObjectDataVersion) throws ApiException
namespace - the namespace.businessObjectDefinitionName - the business object definition name.businessObjectFormatUsage - the business object format usage.businessObjectFormatFileType - the business object format file type.businessObjectFormatVersion - the business object format version.partitionValue - the partition value.businessObjectDataVersion - the business object data version.ApiExceptionpublic UploadSingleInitiationResponse uploadandDownloadInitiateUploadSingle(UploadSingleInitiationRequest uploadSingleInitiationRequest) throws ApiException
uploadSingleInitiationRequest - the information needed to initiate a file uploadApiExceptionCopyright © 2017. All rights reserved.