Uses of Class
com.oracle.bmc.marketplacepublisher.model.ListingMeter
-
Packages that use ListingMeter Package Description com.oracle.bmc.marketplacepublisher.model -
-
Uses of ListingMeter in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return ListingMeter Modifier and Type Method Description ListingMeterListingMeter.Builder. build()Methods in com.oracle.bmc.marketplacepublisher.model that return types with arguments of type ListingMeter Modifier and Type Method Description List<ListingMeter>ListingPart. getMeters()List of meters associated with the part.Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type ListingMeter Modifier and Type Method Description ListingMeter.BuilderListingMeter.Builder. copy(ListingMeter model)Method parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type ListingMeter Modifier and Type Method Description ListingPart.BuilderListingPart.Builder. meters(List<ListingMeter> meters)List of meters associated with the part.Constructor parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type ListingMeter Constructor Description ListingPart(String sku, ListingPart.MetricType metricType, Float rateAllocation, Boolean hasGovSku, List<ListingMeter> meters)Deprecated.
-