Uses of Class
com.oracle.bmc.marketplace.model.PricingTypeEnum
-
Packages that use PricingTypeEnum Package Description com.oracle.bmc.marketplace.model com.oracle.bmc.marketplace.requests -
-
Uses of PricingTypeEnum in com.oracle.bmc.marketplace.model
Methods in com.oracle.bmc.marketplace.model that return PricingTypeEnum Modifier and Type Method Description static PricingTypeEnumPricingTypeEnum. create(String key)PricingTypeEnumPricingModel. getType()The type of the pricing model.static PricingTypeEnumPricingTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PricingTypeEnum[]PricingTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.marketplace.model that return types with arguments of type PricingTypeEnum Modifier and Type Method Description List<PricingTypeEnum>ListingSummary. getPricingTypes()Summary of the pricing types available across all packages in the listing.Methods in com.oracle.bmc.marketplace.model with parameters of type PricingTypeEnum Modifier and Type Method Description PricingModel.BuilderPricingModel.Builder. type(PricingTypeEnum type)The type of the pricing model.Method parameters in com.oracle.bmc.marketplace.model with type arguments of type PricingTypeEnum Modifier and Type Method Description ListingSummary.BuilderListingSummary.Builder. pricingTypes(List<PricingTypeEnum> pricingTypes)Summary of the pricing types available across all packages in the listing.Constructors in com.oracle.bmc.marketplace.model with parameters of type PricingTypeEnum Constructor Description PricingModel(PricingTypeEnum type, PricingStrategyEnum payGoStrategy, PricingCurrencyEnum currency, BigDecimal rate, InternationalMarketPrice internationalMarketPrice)Deprecated.Constructor parameters in com.oracle.bmc.marketplace.model with type arguments of type PricingTypeEnum Constructor Description ListingSummary(String id, String name, String shortDescription, Boolean isRoverExportable, String tagline, UploadData icon, PackageTypeEnum packageType, List<PricingTypeEnum> pricingTypes, List<ListingSummary.CompatibleArchitectures> compatibleArchitectures, List<Region> regions, Boolean isFeatured, List<String> categories, PublisherSummary publisher, List<OperatingSystem> supportedOperatingSystems, ListingType listingType)Deprecated. -
Uses of PricingTypeEnum in com.oracle.bmc.marketplace.requests
Methods in com.oracle.bmc.marketplace.requests that return types with arguments of type PricingTypeEnum Modifier and Type Method Description List<PricingTypeEnum>ListListingsRequest. getPricing()Name of the pricing type.Methods in com.oracle.bmc.marketplace.requests with parameters of type PricingTypeEnum Modifier and Type Method Description ListListingsRequest.BuilderListListingsRequest.Builder. pricing(PricingTypeEnum singularValue)Singular setter.Method parameters in com.oracle.bmc.marketplace.requests with type arguments of type PricingTypeEnum Modifier and Type Method Description ListListingsRequest.BuilderListListingsRequest.Builder. pricing(List<PricingTypeEnum> pricing)Name of the pricing type.
-