Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
BipReportParameterValue |
BipReportParameterValue.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<BipReportParameterValue> |
BipReadAttributes.getCustomParameters()
An array of custom BIP report parameters and their values.
|
Modifier and Type | Method and Description |
---|---|
BipReportParameterValue.Builder |
BipReportParameterValue.Builder.copy(BipReportParameterValue model) |
Modifier and Type | Method and Description |
---|---|
BipReadAttributes.Builder |
BipReadAttributes.Builder.customParameters(List<BipReportParameterValue> customParameters)
An array of custom BIP report parameters and their values.
|
Constructor and Description |
---|
BipReadAttributes(Integer fetchSize,
Integer rowLimit,
String offsetParameter,
String fetchNextRowsParameter,
List<BipReportParameterValue> customParameters,
DataAssetSummaryFromObjectStorage stagingDataAsset,
ConnectionSummaryFromObjectStorage stagingConnection,
Schema bucketSchema)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.