Uses of Class
com.oracle.bmc.capacitymanagement.model.OccCustomer.Status
-
Packages that use OccCustomer.Status Package Description com.oracle.bmc.capacitymanagement.model -
-
Uses of OccCustomer.Status in com.oracle.bmc.capacitymanagement.model
Methods in com.oracle.bmc.capacitymanagement.model that return OccCustomer.Status Modifier and Type Method 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.Methods in com.oracle.bmc.capacitymanagement.model with parameters of type OccCustomer.Status Modifier and Type Method Description OccCustomer.Builder
OccCustomer.Builder. status(OccCustomer.Status status)
To determine whether the customer is enabled/disabled.Constructors in com.oracle.bmc.capacitymanagement.model with parameters of type OccCustomer.Status Constructor Description OccCustomer(String occCustomerGroupId, String tenancyId, String displayName, String description, OccCustomer.Status status)
Deprecated.
-