Uses of Class
com.oracle.bmc.dataintegration.model.DetailedDescription.ModelType
-
Packages that use DetailedDescription.ModelType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of DetailedDescription.ModelType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return DetailedDescription.ModelType Modifier and Type Method Description static DetailedDescription.ModelType
DetailedDescription.ModelType. create(String key)
DetailedDescription.ModelType
DetailedDescription. getModelType()
The type of the published object.static DetailedDescription.ModelType
DetailedDescription.ModelType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DetailedDescription.ModelType[]
DetailedDescription.ModelType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataintegration.model with parameters of type DetailedDescription.ModelType Modifier and Type Method Description DetailedDescription.Builder
DetailedDescription.Builder. modelType(DetailedDescription.ModelType modelType)
The type of the published object.Constructors in com.oracle.bmc.dataintegration.model with parameters of type DetailedDescription.ModelType Constructor Description DetailedDescription(DetailedDescription.ModelType modelType, String key, String modelVersion, ParentReference parentRef, String name, Integer objectVersion, Integer objectStatus, String identifier, ObjectMetadata metadata, String logo, String detailedDescription)
Deprecated.
-