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