Uses of Class
com.oracle.bmc.dataintegration.model.DerivedType
-
Packages that use DerivedType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of DerivedType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return DerivedType Modifier and Type Method Description DerivedTypeDerivedType.Builder. build()Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type DerivedType Modifier and Type Method Description Map<String,DerivedType>TypeLibrary. getTypes()typesMethods in com.oracle.bmc.dataintegration.model with parameters of type DerivedType Modifier and Type Method Description DerivedType.BuilderDerivedType.Builder. copy(DerivedType model)Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type DerivedType Modifier and Type Method Description TypeLibrary.BuilderTypeLibrary.Builder. types(Map<String,DerivedType> types)typesConstructor parameters in com.oracle.bmc.dataintegration.model with type arguments of type DerivedType Constructor Description TypeLibrary(String key, String modelType, String modelVersion, ParentReference parentRef, String name, String description, Integer objectVersion, Map<String,DerivedType> types, Integer objectStatus, String identifier)Deprecated.
-