Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static ExportRequest.Status |
ExportRequest.Status.create(String key) |
ExportRequest.Status |
ExportRequest.getStatus()
Export Objects request status.
|
static ExportRequest.Status |
ExportRequest.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportRequest.Status[] |
ExportRequest.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExportRequest.Builder |
ExportRequest.Builder.status(ExportRequest.Status status)
Export Objects request status.
|
Constructor and Description |
---|
ExportRequest(String key,
List<String> objectKeys,
String bucketName,
String fileName,
String objectStorageTenancyId,
String objectStorageRegion,
Boolean areReferencesIncluded,
Boolean isObjectOverwriteEnabled,
List<String> filters,
ExportRequest.Status status,
String createdBy,
Integer totalExportedObjectCount,
Long timeStartedInMillis,
Long timeEndedInMillis,
Map<String,String> errorMessages,
List<ExportObjectMetadataSummary> exportedItems,
String referencedItems,
String name)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.