Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.model.SubscriptionSku
-
Packages that use SubscriptionSku Package Description com.oracle.bmc.tenantmanagercontrolplane.model -
-
Uses of SubscriptionSku in com.oracle.bmc.tenantmanagercontrolplane.model
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return SubscriptionSku Modifier and Type Method Description SubscriptionSku
SubscriptionSku.Builder. build()
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return types with arguments of type SubscriptionSku Modifier and Type Method Description List<SubscriptionSku>
ClassicAssignedSubscription. getSkus()
List of SKUs linked to the subscription.List<SubscriptionSku>
ClassicSubscription. getSkus()
List of SKUs linked to this subscription.Methods in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type SubscriptionSku Modifier and Type Method Description SubscriptionSku.Builder
SubscriptionSku.Builder. copy(SubscriptionSku model)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane.model with type arguments of type SubscriptionSku Modifier and Type Method Description ClassicAssignedSubscription.Builder
ClassicAssignedSubscription.Builder. skus(List<SubscriptionSku> skus)
List of SKUs linked to the subscription.ClassicSubscription.Builder
ClassicSubscription.Builder. skus(List<SubscriptionSku> skus)
List of SKUs linked to this subscription.Constructor parameters in com.oracle.bmc.tenantmanagercontrolplane.model with type arguments of type SubscriptionSku Constructor Description ClassicAssignedSubscription(String id, String compartmentId, String serviceName, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, ClassicSubscriptionLifecycleState lifecycleState, String classicSubscriptionId, Boolean isClassicSubscription, String regionAssignment, List<SubscriptionSku> skus, List<String> orderIds, String programType, String customerCountryCode, String cloudAmountCurrency, String csiNumber, String subscriptionTier, Boolean isGovernmentSubscription, List<Promotion> promotion, String purchaseEntitlementId, Date startDate, Date endDate, ClassicSubscriptionManagedBy managedBy)
Deprecated.ClassicSubscription(String id, String compartmentId, String serviceName, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String classicSubscriptionId, Boolean isClassicSubscription, String paymentModel, String regionAssignment, ClassicSubscriptionLifecycleState lifecycleState, List<SubscriptionSku> skus, String programType, String customerCountryCode, String cloudAmountCurrency, String csiNumber, String subscriptionTier, Boolean isGovernmentSubscription, List<Promotion> promotion, String purchaseEntitlementId, Date startDate, Date endDate, List<String> regionAssignments)
Deprecated.
-