Uses of Class
com.oracle.bmc.dataintegration.model.ScopeReference
-
Packages that use ScopeReference Package Description com.oracle.bmc.dataintegration.model -
-
Uses of ScopeReference in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return ScopeReference Modifier and Type Method Description ScopeReference
ScopeReference.Builder. build()
ScopeReference
ProxyField. getScopeReference()
ScopeReference
RuleTypeConfig. getScopeReference()
ScopeReference
DirectFieldMap. getSourceScopeReference()
ScopeReference
DirectNamedFieldMap. getSourceScopeReference()
ScopeReference
DirectFieldMap. getTargetScopeReference()
ScopeReference
DirectNamedFieldMap. getTargetScopeReference()
Methods in com.oracle.bmc.dataintegration.model with parameters of type ScopeReference Modifier and Type Method Description ScopeReference.Builder
ScopeReference.Builder. copy(ScopeReference model)
ProxyField.Builder
ProxyField.Builder. scopeReference(ScopeReference scopeReference)
RuleTypeConfig.Builder
RuleTypeConfig.Builder. scopeReference(ScopeReference scopeReference)
DirectFieldMap.Builder
DirectFieldMap.Builder. sourceScopeReference(ScopeReference sourceScopeReference)
DirectNamedFieldMap.Builder
DirectNamedFieldMap.Builder. sourceScopeReference(ScopeReference sourceScopeReference)
DirectFieldMap.Builder
DirectFieldMap.Builder. targetScopeReference(ScopeReference targetScopeReference)
DirectNamedFieldMap.Builder
DirectNamedFieldMap.Builder. targetScopeReference(ScopeReference targetScopeReference)
Constructors in com.oracle.bmc.dataintegration.model with parameters of type ScopeReference Constructor Description DirectFieldMap(String description, String key, String modelVersion, ParentReference parentRef, ConfigValues configValues, String sourceTypedObject, String targetTypedObject, ScopeReference sourceScopeReference, ScopeReference targetScopeReference, Integer objectStatus)
Deprecated.DirectNamedFieldMap(String description, String key, String modelVersion, ParentReference parentRef, ConfigValues configValues, String sourceTypedObject, String targetTypedObject, ScopeReference sourceScopeReference, ScopeReference targetScopeReference, String sourceFieldName, String targetFieldName, Integer objectStatus)
Deprecated.ProxyField(String key, String modelVersion, ParentReference parentRef, ConfigValues configValues, Integer objectStatus, String name, String description, Object scope, ScopeReference scopeReference, BaseType type, List<String> labels)
Deprecated.RuleTypeConfig(String key, String modelVersion, ParentReference parentRef, Object scope, ScopeReference scopeReference, Boolean isOrderByRule, List<ProjectionRule> projectionRules, ConfigValues configValues, Integer objectStatus)
Deprecated.
-