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