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