Uses of Class
com.oracle.bmc.dts.model.TransferJob.DeviceType
-
Packages that use TransferJob.DeviceType Package Description com.oracle.bmc.dts.model -
-
Uses of TransferJob.DeviceType in com.oracle.bmc.dts.model
Methods in com.oracle.bmc.dts.model that return TransferJob.DeviceType Modifier and Type Method Description static TransferJob.DeviceTypeTransferJob.DeviceType. create(String key)TransferJob.DeviceTypeTransferJob. getDeviceType()static TransferJob.DeviceTypeTransferJob.DeviceType. valueOf(String name)Returns the enum constant of this type with the specified name.static TransferJob.DeviceType[]TransferJob.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 TransferJob.DeviceType Modifier and Type Method Description TransferJob.BuilderTransferJob.Builder. deviceType(TransferJob.DeviceType deviceType)Constructors in com.oracle.bmc.dts.model with parameters of type TransferJob.DeviceType Constructor Description TransferJob(String id, String compartmentId, String uploadBucketName, String displayName, String label, Date creationTime, TransferJob.DeviceType deviceType, TransferJob.LifecycleState lifecycleState, List<String> attachedTransferApplianceLabels, List<String> attachedTransferPackageLabels, List<String> attachedTransferDeviceLabels, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-