Package | Description |
---|---|
com.oracle.bmc.capacitymanagement | |
com.oracle.bmc.capacitymanagement.model |
Modifier and Type | Method and Description |
---|---|
static OccCustomerGroup.LifecycleState |
OccCustomerGroup.LifecycleState.create(String key) |
OccCustomerGroup.LifecycleState |
OccCustomerGroupSummary.getLifecycleState()
The current lifecycle state of the customer group.
|
OccCustomerGroup.LifecycleState |
OccCustomerGroup.getLifecycleState()
The current lifecycle state of the resource.
|
static OccCustomerGroup.LifecycleState |
OccCustomerGroup.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OccCustomerGroup.LifecycleState[] |
OccCustomerGroup.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OccCustomerGroupSummary.Builder |
OccCustomerGroupSummary.Builder.lifecycleState(OccCustomerGroup.LifecycleState lifecycleState)
The current lifecycle state of the customer group.
|
OccCustomerGroup.Builder |
OccCustomerGroup.Builder.lifecycleState(OccCustomerGroup.LifecycleState lifecycleState)
The current lifecycle state of the resource.
|
Constructor and Description |
---|
OccCustomerGroup(String id,
String compartmentId,
String displayName,
String description,
Date timeCreated,
Date timeUpdated,
OccCustomerGroup.Status status,
OccCustomerGroup.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
List<OccCustomer> customersList)
Deprecated.
|
OccCustomerGroupSummary(String id,
String compartmentId,
String displayName,
String description,
Date timeCreated,
Date timeUpdated,
OccCustomerGroup.Status status,
OccCustomerGroup.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.