Uses of Class
com.oracle.bmc.dataintegration.model.BipReportParameterValue
-
Packages that use BipReportParameterValue Package Description com.oracle.bmc.dataintegration.model -
-
Uses of BipReportParameterValue in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return BipReportParameterValue Modifier and Type Method Description BipReportParameterValue
BipReportParameterValue.Builder. build()
Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type BipReportParameterValue Modifier and Type Method Description List<BipReportParameterValue>
BipReadAttributes. getCustomParameters()
An array of custom BIP report parameters and their values.Methods in com.oracle.bmc.dataintegration.model with parameters of type BipReportParameterValue Modifier and Type Method Description BipReportParameterValue.Builder
BipReportParameterValue.Builder. copy(BipReportParameterValue model)
Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type BipReportParameterValue Modifier and Type Method Description BipReadAttributes.Builder
BipReadAttributes.Builder. customParameters(List<BipReportParameterValue> customParameters)
An array of custom BIP report parameters and their values.Constructor parameters in com.oracle.bmc.dataintegration.model with type arguments of type BipReportParameterValue Constructor Description BipReadAttributes(Integer fetchSize, Integer rowLimit, String offsetParameter, String fetchNextRowsParameter, List<BipReportParameterValue> customParameters, DataAssetSummaryFromObjectStorage stagingDataAsset, ConnectionSummaryFromObjectStorage stagingConnection, Schema bucketSchema)
Deprecated.
-