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