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 with parameters of type PricingTypeEnum Modifier and Type Method Description PricingModel.BuilderPricingModel.Builder. type(PricingTypeEnum type)The type of the pricing model.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. -
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.
-