Uses of Class
com.oracle.bmc.dts.model.CreateTransferJobDetails.DeviceType
-
Packages that use CreateTransferJobDetails.DeviceType Package Description com.oracle.bmc.dts.model -
-
Uses of CreateTransferJobDetails.DeviceType in com.oracle.bmc.dts.model
Methods in com.oracle.bmc.dts.model that return CreateTransferJobDetails.DeviceType Modifier and Type Method Description static CreateTransferJobDetails.DeviceTypeCreateTransferJobDetails.DeviceType. create(String key)CreateTransferJobDetails.DeviceTypeCreateTransferJobDetails. getDeviceType()static CreateTransferJobDetails.DeviceTypeCreateTransferJobDetails.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.Methods in com.oracle.bmc.dts.model with parameters of type CreateTransferJobDetails.DeviceType Modifier and Type Method Description CreateTransferJobDetails.BuilderCreateTransferJobDetails.Builder. deviceType(CreateTransferJobDetails.DeviceType deviceType)Constructors in com.oracle.bmc.dts.model with parameters of type CreateTransferJobDetails.DeviceType Constructor Description CreateTransferJobDetails(String compartmentId, String uploadBucketName, String displayName, CreateTransferJobDetails.DeviceType deviceType, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-