Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.model.ClassicSubscriptionManagedBy
-
Packages that use ClassicSubscriptionManagedBy Package Description com.oracle.bmc.tenantmanagercontrolplane.model -
-
Uses of ClassicSubscriptionManagedBy in com.oracle.bmc.tenantmanagercontrolplane.model
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return ClassicSubscriptionManagedBy Modifier and Type Method Description static ClassicSubscriptionManagedBy
ClassicSubscriptionManagedBy. create(String key)
ClassicSubscriptionManagedBy
ClassicAssignedSubscription. getManagedBy()
Service or component which is used to provision and manage the subscription.ClassicSubscriptionManagedBy
ClassicAssignedSubscriptionSummary. getManagedBy()
Service or component which is used to provision and manage the subscription.static ClassicSubscriptionManagedBy
ClassicSubscriptionManagedBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClassicSubscriptionManagedBy[]
ClassicSubscriptionManagedBy. 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 ClassicSubscriptionManagedBy Modifier and Type Method Description ClassicAssignedSubscription.Builder
ClassicAssignedSubscription.Builder. managedBy(ClassicSubscriptionManagedBy managedBy)
Service or component which is used to provision and manage the subscription.ClassicAssignedSubscriptionSummary.Builder
ClassicAssignedSubscriptionSummary.Builder. managedBy(ClassicSubscriptionManagedBy managedBy)
Service or component which is used to provision and manage the subscription.Constructors in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type ClassicSubscriptionManagedBy 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.ClassicAssignedSubscriptionSummary(String id, String compartmentId, String serviceName, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, ClassicSubscriptionLifecycleState lifecycleState, String classicSubscriptionId, Boolean isClassicSubscription, String regionAssignment, Date startDate, Date endDate, String csiNumber, ClassicSubscriptionManagedBy managedBy)
Deprecated.
-