Package | Description |
---|---|
com.oracle.bmc.capacitymanagement.model | |
com.oracle.bmc.capacitymanagement.responses |
Modifier and Type | Method and Description |
---|---|
OccCustomer |
OccCustomer.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<OccCustomer> |
OccCustomerGroup.getCustomersList()
A list containing all the customers that belong to this customer group
|
Modifier and Type | Method and Description |
---|---|
OccCustomer.Builder |
OccCustomer.Builder.copy(OccCustomer model) |
Modifier and Type | Method and Description |
---|---|
OccCustomerGroup.Builder |
OccCustomerGroup.Builder.customersList(List<OccCustomer> customersList)
A list containing all the customers that belong to this customer group
|
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.
|
Modifier and Type | Method and Description |
---|---|
OccCustomer |
CreateOccCustomerResponse.getOccCustomer()
The returned
OccCustomer instance. |
OccCustomer |
UpdateOccCustomerResponse.getOccCustomer()
The returned
OccCustomer instance. |
Modifier and Type | Method and Description |
---|---|
CreateOccCustomerResponse.Builder |
CreateOccCustomerResponse.Builder.occCustomer(OccCustomer occCustomer)
The returned
OccCustomer instance. |
UpdateOccCustomerResponse.Builder |
UpdateOccCustomerResponse.Builder.occCustomer(OccCustomer occCustomer)
The returned
OccCustomer instance. |
Copyright © 2016–2024. All rights reserved.