Package | Description |
---|---|
com.oracle.bmc.capacitymanagement.model | |
com.oracle.bmc.capacitymanagement.requests |
Modifier and Type | Method and Description |
---|---|
static OccCustomerGroup.Status |
OccCustomerGroup.Status.create(String key) |
OccCustomerGroup.Status |
OccCustomerGroupSummary.getStatus()
The status (enabled/disabled) of the customer group.
|
OccCustomerGroup.Status |
OccCustomerGroup.getStatus()
To determine whether the customer group is enabled/disabled.
|
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.
|
Modifier and Type | Method and Description |
---|---|
OccCustomerGroupSummary.Builder |
OccCustomerGroupSummary.Builder.status(OccCustomerGroup.Status status)
The status (enabled/disabled) of the customer group.
|
OccCustomerGroup.Builder |
OccCustomerGroup.Builder.status(OccCustomerGroup.Status status)
To determine whether the customer group is enabled/disabled.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
OccCustomerGroup.Status |
ListOccCustomerGroupsRequest.getStatus()
A query filter to return the list result based on status.
|
Modifier and Type | Method and Description |
---|---|
ListOccCustomerGroupsRequest.Builder |
ListOccCustomerGroupsRequest.Builder.status(OccCustomerGroup.Status status)
A query filter to return the list result based on status.
|
Copyright © 2016–2024. All rights reserved.