Uses of Class
com.oracle.bmc.dataintegration.model.CountStatisticSummary
-
Packages that use CountStatisticSummary Package Description com.oracle.bmc.dataintegration.model -
-
Uses of CountStatisticSummary in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return CountStatisticSummary Modifier and Type Method Description CountStatisticSummary
CountStatisticSummary.Builder. build()
Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type CountStatisticSummary Modifier and Type Method Description List<CountStatisticSummary>
CountStatistic. getObjectTypeCountList()
The array of statistics.Methods in com.oracle.bmc.dataintegration.model with parameters of type CountStatisticSummary Modifier and Type Method Description CountStatisticSummary.Builder
CountStatisticSummary.Builder. copy(CountStatisticSummary model)
Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type CountStatisticSummary Modifier and Type Method Description CountStatistic.Builder
CountStatistic.Builder. objectTypeCountList(List<CountStatisticSummary> objectTypeCountList)
The array of statistics.Constructor parameters in com.oracle.bmc.dataintegration.model with type arguments of type CountStatisticSummary Constructor Description CountStatistic(List<CountStatisticSummary> objectTypeCountList)
Deprecated.
-