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