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