Uses of Class
com.oracle.bmc.dts.model.TransferJobSummary.DeviceType
-
Packages that use TransferJobSummary.DeviceType Package Description com.oracle.bmc.dts.model -
-
Uses of TransferJobSummary.DeviceType in com.oracle.bmc.dts.model
Methods in com.oracle.bmc.dts.model that return TransferJobSummary.DeviceType Modifier and Type Method Description static TransferJobSummary.DeviceType
TransferJobSummary.DeviceType. create(String key)
TransferJobSummary.DeviceType
TransferJobSummary. getDeviceType()
static TransferJobSummary.DeviceType
TransferJobSummary.DeviceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TransferJobSummary.DeviceType[]
TransferJobSummary.DeviceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dts.model with parameters of type TransferJobSummary.DeviceType Modifier and Type Method Description TransferJobSummary.Builder
TransferJobSummary.Builder. deviceType(TransferJobSummary.DeviceType deviceType)
Constructors in com.oracle.bmc.dts.model with parameters of type TransferJobSummary.DeviceType Constructor 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.
-