Uses of Class
com.oracle.bmc.capacitymanagement.model.UpdateOccCustomerGroupDetails.Status
-
Packages that use UpdateOccCustomerGroupDetails.Status Package Description com.oracle.bmc.capacitymanagement.model -
-
Uses of UpdateOccCustomerGroupDetails.Status in com.oracle.bmc.capacitymanagement.model
Methods in com.oracle.bmc.capacitymanagement.model that return UpdateOccCustomerGroupDetails.Status Modifier and Type Method Description static UpdateOccCustomerGroupDetails.Status
UpdateOccCustomerGroupDetails.Status. create(String key)
UpdateOccCustomerGroupDetails.Status
UpdateOccCustomerGroupDetails. getStatus()
To determine whether the customer group is enabled/disabled.static UpdateOccCustomerGroupDetails.Status
UpdateOccCustomerGroupDetails.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static UpdateOccCustomerGroupDetails.Status[]
UpdateOccCustomerGroupDetails.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 UpdateOccCustomerGroupDetails.Status Modifier and Type Method Description UpdateOccCustomerGroupDetails.Builder
UpdateOccCustomerGroupDetails.Builder. status(UpdateOccCustomerGroupDetails.Status status)
To determine whether the customer group is enabled/disabled.Constructors in com.oracle.bmc.capacitymanagement.model with parameters of type UpdateOccCustomerGroupDetails.Status Constructor Description UpdateOccCustomerGroupDetails(String displayName, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, UpdateOccCustomerGroupDetails.Status status)
Deprecated.
-