Uses of Class
com.oracle.bmc.cloudmigrations.model.AssetSourceType
-
Packages that use AssetSourceType Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of AssetSourceType in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return AssetSourceType Modifier and Type Method Description static AssetSourceType
AssetSourceType. create(String key)
static AssetSourceType
AssetSourceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AssetSourceType[]
AssetSourceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-