Uses of Class
com.oracle.bmc.dataintegration.model.ExportRequest.Status
-
Packages that use ExportRequest.Status Package Description com.oracle.bmc.dataintegration.model -
-
Uses of ExportRequest.Status in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return ExportRequest.Status Modifier and Type Method 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.Methods in com.oracle.bmc.dataintegration.model with parameters of type ExportRequest.Status Modifier and Type Method Description ExportRequest.Builder
ExportRequest.Builder. status(ExportRequest.Status status)
Export Objects request status.Constructors in com.oracle.bmc.dataintegration.model with parameters of type ExportRequest.Status Constructor 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.
-