Package | Description |
---|---|
com.oracle.bmc.dts.model |
Modifier and Type | Method and Description |
---|---|
static TransferJobSummary.LifecycleState |
TransferJobSummary.LifecycleState.create(String key) |
TransferJobSummary.LifecycleState |
TransferJobSummary.getLifecycleState() |
static TransferJobSummary.LifecycleState |
TransferJobSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransferJobSummary.LifecycleState[] |
TransferJobSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TransferJobSummary.Builder |
TransferJobSummary.Builder.lifecycleState(TransferJobSummary.LifecycleState lifecycleState) |
Constructor and Description |
---|
TransferJobSummary(String id,
String uploadBucketName,
String displayName,
String label,
TransferJobSummary.DeviceType deviceType,
Date creationTime,
TransferJobSummary.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.