Package | Description |
---|---|
com.oracle.bmc.capacitymanagement.model | |
com.oracle.bmc.capacitymanagement.requests |
Modifier and Type | Method and Description |
---|---|
CreateOccCustomerDetails |
CreateOccCustomerDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<CreateOccCustomerDetails> |
CreateOccCustomerGroupDetails.getCustomersList()
A list containing all the customers that belong to this customer group.
|
Modifier and Type | Method and Description |
---|---|
CreateOccCustomerDetails.Builder |
CreateOccCustomerDetails.Builder.copy(CreateOccCustomerDetails model) |
Modifier and Type | Method and Description |
---|---|
CreateOccCustomerGroupDetails.Builder |
CreateOccCustomerGroupDetails.Builder.customersList(List<CreateOccCustomerDetails> customersList)
A list containing all the customers that belong to this customer group.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
CreateOccCustomerDetails |
CreateOccCustomerRequest.getBody$()
Alternative accessor for the body parameter.
|
CreateOccCustomerDetails |
CreateOccCustomerRequest.getCreateOccCustomerDetails()
The request details for creating a customer.
|
Modifier and Type | Method and Description |
---|---|
CreateOccCustomerRequest.Builder |
CreateOccCustomerRequest.Builder.body$(CreateOccCustomerDetails body)
Alternative setter for the body parameter.
|
CreateOccCustomerRequest.Builder |
CreateOccCustomerRequest.Builder.createOccCustomerDetails(CreateOccCustomerDetails createOccCustomerDetails)
The request details for creating a customer.
|
Copyright © 2016–2024. All rights reserved.