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