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