Uses of Class
com.oracle.bmc.dts.model.UpdateTransferJobDetails.DeviceType
-
Packages that use UpdateTransferJobDetails.DeviceType Package Description com.oracle.bmc.dts.model -
-
Uses of UpdateTransferJobDetails.DeviceType in com.oracle.bmc.dts.model
Methods in com.oracle.bmc.dts.model that return UpdateTransferJobDetails.DeviceType Modifier and Type Method 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.Methods in com.oracle.bmc.dts.model with parameters of type UpdateTransferJobDetails.DeviceType Modifier and Type Method Description UpdateTransferJobDetails.Builder
UpdateTransferJobDetails.Builder. deviceType(UpdateTransferJobDetails.DeviceType deviceType)
Constructors in com.oracle.bmc.dts.model with parameters of type UpdateTransferJobDetails.DeviceType Constructor Description UpdateTransferJobDetails(UpdateTransferJobDetails.LifecycleState lifecycleState, String displayName, UpdateTransferJobDetails.DeviceType deviceType, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-