Package | Description |
---|---|
com.oracle.bmc.capacitymanagement.model |
Modifier and Type | Method and Description |
---|---|
static UpdateOccCustomerGroupDetails.Status |
UpdateOccCustomerGroupDetails.Status.create(String key) |
UpdateOccCustomerGroupDetails.Status |
UpdateOccCustomerGroupDetails.getStatus()
To determine whether the customer group is enabled/disabled.
|
static UpdateOccCustomerGroupDetails.Status |
UpdateOccCustomerGroupDetails.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateOccCustomerGroupDetails.Status[] |
UpdateOccCustomerGroupDetails.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateOccCustomerGroupDetails.Builder |
UpdateOccCustomerGroupDetails.Builder.status(UpdateOccCustomerGroupDetails.Status status)
To determine whether the customer group is enabled/disabled.
|
Constructor and Description |
---|
UpdateOccCustomerGroupDetails(String displayName,
String description,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
UpdateOccCustomerGroupDetails.Status status)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.