Uses of Class
com.oracle.bmc.generativeaiagent.model.DataIngestionJobType.Type
-
Packages that use DataIngestionJobType.Type Package Description com.oracle.bmc.generativeaiagent.model -
-
Uses of DataIngestionJobType.Type in com.oracle.bmc.generativeaiagent.model
Methods in com.oracle.bmc.generativeaiagent.model that return DataIngestionJobType.Type Modifier and Type Method Description static DataIngestionJobType.TypeDataIngestionJobType.Type. create(String key)DataIngestionJobType.TypeDataIngestionJobType. getType()Type of ingestionJob.static DataIngestionJobType.TypeDataIngestionJobType.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static DataIngestionJobType.Type[]DataIngestionJobType.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.generativeaiagent.model with parameters of type DataIngestionJobType.Type Modifier and Type Method Description DataIngestionJobType.BuilderDataIngestionJobType.Builder. type(DataIngestionJobType.Type type)Type of ingestionJob.Constructors in com.oracle.bmc.generativeaiagent.model with parameters of type DataIngestionJobType.Type Constructor Description DataIngestionJobType(DataIngestionJobType.Type type)Deprecated.
-