Uses of Class
com.oracle.bmc.marketplace.model.Item
-
Packages that use Item Package Description com.oracle.bmc.marketplace.model -
-
Uses of Item in com.oracle.bmc.marketplace.model
Methods in com.oracle.bmc.marketplace.model that return Item Modifier and Type Method Description Item
Item.Builder. build()
Methods in com.oracle.bmc.marketplace.model that return types with arguments of type Item Modifier and Type Method Description List<Item>
Region. getCountries()
Countries in the region.List<Item>
Listing. getLanguages()
Languages supported by the listing.Methods in com.oracle.bmc.marketplace.model with parameters of type Item Modifier and Type Method Description Item.Builder
Item.Builder. copy(Item model)
Method parameters in com.oracle.bmc.marketplace.model with type arguments of type Item Modifier and Type Method Description Region.Builder
Region.Builder. countries(List<Item> countries)
Countries in the region.Listing.Builder
Listing.Builder. languages(List<Item> languages)
Languages supported by the listing.Constructor parameters in com.oracle.bmc.marketplace.model with type arguments of type Item Constructor Description Region(String name, String code, List<Item> countries)
Deprecated.
-