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