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