Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
DataType |
DataType.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DataType> |
TypeSystem.getTypes()
An array of types.
|
Modifier and Type | Method and Description |
---|---|
DataType.Builder |
DataType.Builder.copy(DataType model) |
Modifier and Type | Method and Description |
---|---|
TypeSystem.Builder |
TypeSystem.Builder.types(List<DataType> types)
An array of types.
|
Constructor and Description |
---|
TypeSystem(String key,
String modelType,
String modelVersion,
ParentReference parentRef,
String name,
String description,
Integer objectVersion,
Map<String,String> typeMappingTo,
Map<String,String> typeMappingFrom,
Integer objectStatus,
String identifier,
List<DataType> types)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.