Uses of Class
com.oracle.bmc.dataintegration.model.KeyAttribute
-
Packages that use KeyAttribute Package Description com.oracle.bmc.dataintegration.model -
-
Uses of KeyAttribute in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return KeyAttribute Modifier and Type Method Description KeyAttribute
KeyAttribute.Builder. build()
Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type KeyAttribute Modifier and Type Method Description List<KeyAttribute>
ForeignKey. getAttributeRefs()
An array of attribute references.List<KeyAttribute>
UniqueKey. getAttributeRefs()
An array of attribute references.Methods in com.oracle.bmc.dataintegration.model with parameters of type KeyAttribute Modifier and Type Method Description KeyAttribute.Builder
KeyAttribute.Builder. copy(KeyAttribute model)
Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type KeyAttribute Modifier and Type Method Description ForeignKey.Builder
ForeignKey.Builder. attributeRefs(List<KeyAttribute> attributeRefs)
An array of attribute references.PrimaryKey.Builder
PrimaryKey.Builder. attributeRefs(List<KeyAttribute> attributeRefs)
UniqueDataKey.Builder
UniqueDataKey.Builder. attributeRefs(List<KeyAttribute> attributeRefs)
Constructor parameters in com.oracle.bmc.dataintegration.model with type arguments of type KeyAttribute Constructor Description ForeignKey(String key, String modelVersion, ParentReference parentRef, String name, List<KeyAttribute> attributeRefs, Integer updateRule, Integer deleteRule, UniqueKey referenceUniqueKey, Integer objectStatus)
Deprecated.PrimaryKey(String key, String modelVersion, ParentReference parentRef, String name, List<KeyAttribute> attributeRefs, Integer objectStatus)
Deprecated.UniqueDataKey(String key, String modelVersion, ParentReference parentRef, String name, List<KeyAttribute> attributeRefs, Integer objectStatus)
Deprecated.UniqueKey(String key, String modelVersion, ParentReference parentRef, String name, List<KeyAttribute> attributeRefs, Integer objectStatus)
Deprecated.
-