Uses of Class
com.oracle.bmc.capacitymanagement.model.OccCustomer
-
Packages that use OccCustomer Package Description com.oracle.bmc.capacitymanagement.model com.oracle.bmc.capacitymanagement.responses -
-
Uses of OccCustomer in com.oracle.bmc.capacitymanagement.model
Methods in com.oracle.bmc.capacitymanagement.model that return OccCustomer Modifier and Type Method Description OccCustomer
OccCustomer.Builder. build()
Methods in com.oracle.bmc.capacitymanagement.model that return types with arguments of type OccCustomer Modifier and Type Method Description List<OccCustomer>
OccCustomerGroup. getCustomersList()
A list containing all the customers that belong to this customer groupMethods in com.oracle.bmc.capacitymanagement.model with parameters of type OccCustomer Modifier and Type Method Description OccCustomer.Builder
OccCustomer.Builder. copy(OccCustomer model)
Method parameters in com.oracle.bmc.capacitymanagement.model with type arguments of type OccCustomer Modifier and Type Method Description OccCustomerGroup.Builder
OccCustomerGroup.Builder. customersList(List<OccCustomer> customersList)
A list containing all the customers that belong to this customer groupConstructor parameters in com.oracle.bmc.capacitymanagement.model with type arguments of type OccCustomer 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. -
Uses of OccCustomer in com.oracle.bmc.capacitymanagement.responses
Methods in com.oracle.bmc.capacitymanagement.responses that return OccCustomer Modifier and Type Method Description OccCustomer
CreateOccCustomerResponse. getOccCustomer()
The returned OccCustomer instance.OccCustomer
UpdateOccCustomerResponse. getOccCustomer()
The returned OccCustomer instance.Methods in com.oracle.bmc.capacitymanagement.responses with parameters of type OccCustomer Modifier and Type Method Description CreateOccCustomerResponse.Builder
CreateOccCustomerResponse.Builder. occCustomer(OccCustomer occCustomer)
The returned OccCustomer instance.UpdateOccCustomerResponse.Builder
UpdateOccCustomerResponse.Builder. occCustomer(OccCustomer occCustomer)
The returned OccCustomer instance.
-