Uses of Class
com.oracle.bmc.dataintegration.model.FieldMapWrapper
-
Packages that use FieldMapWrapper Package Description com.oracle.bmc.dataintegration.model -
-
Uses of FieldMapWrapper in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return FieldMapWrapper Modifier and Type Method Description FieldMapWrapper
FieldMapWrapper.Builder. build()
Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type FieldMapWrapper Modifier and Type Method Description Map<String,FieldMapWrapper>
CreateDataFlowValidationDetails. getTargetFieldMapSummary()
A hash map that maps TypedObject keys to a field map that maps to the typed object as a target, for java sdk.Map<String,FieldMapWrapper>
DataFlow. getTargetFieldMapSummary()
A hash map that maps TypedObject keys to a field map that maps to the typed object as a target, for java sdk.Map<String,FieldMapWrapper>
DataFlowSummary. getTargetFieldMapSummary()
A hash map that maps TypedObject keys to a field map that maps to the typed object as a target, for java sdk.Methods in com.oracle.bmc.dataintegration.model with parameters of type FieldMapWrapper Modifier and Type Method Description FieldMapWrapper.Builder
FieldMapWrapper.Builder. copy(FieldMapWrapper model)
Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type FieldMapWrapper Modifier and Type Method Description CreateDataFlowValidationDetails.Builder
CreateDataFlowValidationDetails.Builder. targetFieldMapSummary(Map<String,FieldMapWrapper> targetFieldMapSummary)
A hash map that maps TypedObject keys to a field map that maps to the typed object as a target, for java sdk.DataFlow.Builder
DataFlow.Builder. targetFieldMapSummary(Map<String,FieldMapWrapper> targetFieldMapSummary)
A hash map that maps TypedObject keys to a field map that maps to the typed object as a target, for java sdk.DataFlowSummary.Builder
DataFlowSummary.Builder. targetFieldMapSummary(Map<String,FieldMapWrapper> targetFieldMapSummary)
A hash map that maps TypedObject keys to a field map that maps to the typed object as a target, for java sdk.
-