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