Uses of Class
com.oracle.bmc.dataintegration.model.RootObject
-
Packages that use RootObject Package Description com.oracle.bmc.dataintegration.model -
-
Uses of RootObject in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return RootObject Modifier and Type Method Description RootObject
RootObject.Builder. build()
RootObject
Variable. getRootObjectDefaultValue()
Methods in com.oracle.bmc.dataintegration.model with parameters of type RootObject Modifier and Type Method Description RootObject.Builder
RootObject.Builder. copy(RootObject model)
Variable.Builder
Variable.Builder. rootObjectDefaultValue(RootObject rootObjectDefaultValue)
Constructors in com.oracle.bmc.dataintegration.model with parameters of type RootObject Constructor Description Variable(String key, String modelVersion, String modelType, ParentReference parentRef, String name, String description, Integer objectVersion, Integer objectStatus, String identifier, BaseType type, ConfigValues configValues, Object defaultValue, RootObject rootObjectDefaultValue)
Deprecated.
-