Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.model.BillingModel
-
Packages that use BillingModel Package Description com.oracle.bmc.tenantmanagercontrolplane.model -
-
Uses of BillingModel in com.oracle.bmc.tenantmanagercontrolplane.model
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return BillingModel Modifier and Type Method Description static BillingModel
BillingModel. create(String key)
BillingModel
AssignedSubscriptionLineItemSummary. getBillingModel()
Billing model supported by the associated line item.BillingModel
SubscriptionLineItemSummary. getBillingModel()
Billing model supported by the associated line item.static BillingModel
BillingModel. valueOf(String name)
Returns the enum constant of this type with the specified name.static BillingModel[]
BillingModel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type BillingModel Modifier and Type Method Description AssignedSubscriptionLineItemSummary.Builder
AssignedSubscriptionLineItemSummary.Builder. billingModel(BillingModel billingModel)
Billing model supported by the associated line item.SubscriptionLineItemSummary.Builder
SubscriptionLineItemSummary.Builder. billingModel(BillingModel billingModel)
Billing model supported by the associated line item.Constructors in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type BillingModel Constructor Description AssignedSubscriptionLineItemSummary(String id, String productCode, Float quantity, BillingModel billingModel, Date timeStarted, Date timeEnded, Map<String,Map<String,Object>> systemTags)
Deprecated.SubscriptionLineItemSummary(String id, String productCode, Float quantity, BillingModel billingModel, Date timeStarted, Date timeEnded, Map<String,Map<String,Object>> systemTags)
Deprecated.
-