Uses of Class
com.ibm.cloud.platform_services.global_catalog.v1.model.Price
-
Packages that use Price Package Description com.ibm.cloud.platform_services.global_catalog.v1.model -
-
Uses of Price in com.ibm.cloud.platform_services.global_catalog.v1.model
Methods in com.ibm.cloud.platform_services.global_catalog.v1.model that return Price Modifier and Type Method Description PricePrice.Builder. build()Builds a Price.Methods in com.ibm.cloud.platform_services.global_catalog.v1.model that return types with arguments of type Price Modifier and Type Method Description java.util.List<Price>Amount. prices()Gets the prices.Methods in com.ibm.cloud.platform_services.global_catalog.v1.model with parameters of type Price Modifier and Type Method Description Amount.BuilderAmount.Builder. addPrices(Price prices)Adds a new element to prices.Method parameters in com.ibm.cloud.platform_services.global_catalog.v1.model with type arguments of type Price Modifier and Type Method Description Amount.BuilderAmount.Builder. prices(java.util.List<Price> prices)Set the prices.
-