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