Uses of Class
com.oracle.bmc.capacitymanagement.model.OccCustomerGroup.Status
-
Packages that use OccCustomerGroup.Status Package Description com.oracle.bmc.capacitymanagement.model com.oracle.bmc.capacitymanagement.requests -
-
Uses of OccCustomerGroup.Status in com.oracle.bmc.capacitymanagement.model
Methods in com.oracle.bmc.capacitymanagement.model that return OccCustomerGroup.Status Modifier and Type Method Description static OccCustomerGroup.Status
OccCustomerGroup.Status. create(String key)
OccCustomerGroup.Status
OccCustomerGroup. getStatus()
To determine whether the customer group is enabled/disabled.OccCustomerGroup.Status
OccCustomerGroupSummary. getStatus()
The status (enabled/disabled) of the customer group.static OccCustomerGroup.Status
OccCustomerGroup.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static OccCustomerGroup.Status[]
OccCustomerGroup.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 OccCustomerGroup.Status Modifier and Type Method Description OccCustomerGroup.Builder
OccCustomerGroup.Builder. status(OccCustomerGroup.Status status)
To determine whether the customer group is enabled/disabled.OccCustomerGroupSummary.Builder
OccCustomerGroupSummary.Builder. status(OccCustomerGroup.Status status)
The status (enabled/disabled) of the customer group.Constructors in com.oracle.bmc.capacitymanagement.model with parameters of type OccCustomerGroup.Status Constructor Description OccCustomerGroup(String id, String compartmentId, String displayName, String description, Date timeCreated, Date timeUpdated, OccCustomerGroup.Status status, OccCustomerGroup.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<OccCustomer> customersList)
Deprecated.OccCustomerGroupSummary(String id, String compartmentId, String displayName, String description, Date timeCreated, Date timeUpdated, OccCustomerGroup.Status status, OccCustomerGroup.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of OccCustomerGroup.Status in com.oracle.bmc.capacitymanagement.requests
Methods in com.oracle.bmc.capacitymanagement.requests that return OccCustomerGroup.Status Modifier and Type Method Description OccCustomerGroup.Status
ListOccCustomerGroupsRequest. getStatus()
A query filter to return the list result based on status.Methods in com.oracle.bmc.capacitymanagement.requests with parameters of type OccCustomerGroup.Status Modifier and Type Method Description ListOccCustomerGroupsRequest.Builder
ListOccCustomerGroupsRequest.Builder. status(OccCustomerGroup.Status status)
A query filter to return the list result based on status.
-