Uses of Class
com.oracle.bmc.datalabelingservice.model.ExportFormat.Name
-
Packages that use ExportFormat.Name Package Description com.oracle.bmc.datalabelingservice.model -
-
Uses of ExportFormat.Name in com.oracle.bmc.datalabelingservice.model
Methods in com.oracle.bmc.datalabelingservice.model that return ExportFormat.Name Modifier and Type Method Description static ExportFormat.Name
ExportFormat.Name. create(String key)
ExportFormat.Name
ExportFormat. getName()
Name of export format.static ExportFormat.Name
ExportFormat.Name. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExportFormat.Name[]
ExportFormat.Name. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datalabelingservice.model with parameters of type ExportFormat.Name Modifier and Type Method Description ExportFormat.Builder
ExportFormat.Builder. name(ExportFormat.Name name)
Name of export format.Constructors in com.oracle.bmc.datalabelingservice.model with parameters of type ExportFormat.Name Constructor Description ExportFormat(ExportFormat.Name name, ExportFormat.Version version)
Deprecated.
-