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