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