Uses of Class
com.oracle.bmc.datalabelingservice.model.ExportFormat.Version
-
Packages that use ExportFormat.Version Package Description com.oracle.bmc.datalabelingservice.model -
-
Uses of ExportFormat.Version in com.oracle.bmc.datalabelingservice.model
Methods in com.oracle.bmc.datalabelingservice.model that return ExportFormat.Version Modifier and Type Method Description static ExportFormat.Version
ExportFormat.Version. create(String key)
ExportFormat.Version
ExportFormat. getVersion()
Version of export format.static ExportFormat.Version
ExportFormat.Version. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExportFormat.Version[]
ExportFormat.Version. 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.Version Modifier and Type Method Description ExportFormat.Builder
ExportFormat.Builder. version(ExportFormat.Version version)
Version of export format.Constructors in com.oracle.bmc.datalabelingservice.model with parameters of type ExportFormat.Version Constructor Description ExportFormat(ExportFormat.Name name, ExportFormat.Version version)
Deprecated.
-