Uses of Class
com.oracle.bmc.marketplacepublisher.model.ListingPart.Builder
-
Packages that use ListingPart.Builder Package Description com.oracle.bmc.marketplacepublisher.model -
-
Uses of ListingPart.Builder in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return ListingPart.Builder Modifier and Type Method Description static ListingPart.BuilderListingPart. builder()Create a new builder.ListingPart.BuilderListingPart.Builder. copy(ListingPart model)ListingPart.BuilderListingPart.Builder. hasGovSku(Boolean hasGovSku)Identifies whether part has Gov SKU.ListingPart.BuilderListingPart.Builder. meters(List<ListingMeter> meters)List of meters associated with the part.ListingPart.BuilderListingPart.Builder. metricType(ListingPart.MetricType metricType)The part’s metric.ListingPart.BuilderListingPart.Builder. rateAllocation(Float rateAllocation)rate allocation, these are calculated based on rate information at listing revision.ListingPart.BuilderListingPart.Builder. sku(String sku)The SKU/part name.ListingPart.BuilderListingPart. toBuilder()
-