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