Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.model.SubscriptionLifecycleState
-
Packages that use SubscriptionLifecycleState Package Description com.oracle.bmc.tenantmanagercontrolplane.model -
-
Uses of SubscriptionLifecycleState in com.oracle.bmc.tenantmanagercontrolplane.model
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return SubscriptionLifecycleState Modifier and Type Method Description static SubscriptionLifecycleState
SubscriptionLifecycleState. create(String key)
SubscriptionLifecycleState
CloudAssignedSubscription. getLifecycleState()
Lifecycle state of the subscription.SubscriptionLifecycleState
CloudAssignedSubscriptionSummary. getLifecycleState()
Lifecycle state of the subscription.SubscriptionLifecycleState
CloudSubscription. getLifecycleState()
Lifecycle state of the subscription.SubscriptionLifecycleState
CloudSubscriptionSummary. getLifecycleState()
Lifecycle state of the subscription.static SubscriptionLifecycleState
SubscriptionLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static SubscriptionLifecycleState[]
SubscriptionLifecycleState. 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 SubscriptionLifecycleState Modifier and Type Method Description CloudAssignedSubscription.Builder
CloudAssignedSubscription.Builder. lifecycleState(SubscriptionLifecycleState lifecycleState)
Lifecycle state of the subscription.CloudAssignedSubscriptionSummary.Builder
CloudAssignedSubscriptionSummary.Builder. lifecycleState(SubscriptionLifecycleState lifecycleState)
Lifecycle state of the subscription.CloudSubscription.Builder
CloudSubscription.Builder. lifecycleState(SubscriptionLifecycleState lifecycleState)
Lifecycle state of the subscription.CloudSubscriptionSummary.Builder
CloudSubscriptionSummary.Builder. lifecycleState(SubscriptionLifecycleState lifecycleState)
Lifecycle state of the subscription.Constructors in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type SubscriptionLifecycleState Constructor Description CloudAssignedSubscription(String id, String compartmentId, String serviceName, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String subscriptionNumber, String currencyCode, SubscriptionLifecycleState lifecycleState)
Deprecated.CloudAssignedSubscriptionSummary(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, String subscriptionNumber, String currencyCode, SubscriptionLifecycleState lifecycleState)
Deprecated.CloudSubscription(String id, String compartmentId, String serviceName, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String subscriptionNumber, String currencyCode, SubscriptionLifecycleState lifecycleState)
Deprecated.CloudSubscriptionSummary(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, String subscriptionNumber, String currencyCode, SubscriptionLifecycleState lifecycleState)
Deprecated.
-