Uses of Class
com.oracle.bmc.capacitymanagement.model.OccCustomerGroup
-
Packages that use OccCustomerGroup Package Description com.oracle.bmc.capacitymanagement.model com.oracle.bmc.capacitymanagement.responses -
-
Uses of OccCustomerGroup in com.oracle.bmc.capacitymanagement.model
Methods in com.oracle.bmc.capacitymanagement.model that return OccCustomerGroup Modifier and Type Method Description OccCustomerGroup
OccCustomerGroup.Builder. build()
Methods in com.oracle.bmc.capacitymanagement.model with parameters of type OccCustomerGroup Modifier and Type Method Description OccCustomerGroup.Builder
OccCustomerGroup.Builder. copy(OccCustomerGroup model)
-
Uses of OccCustomerGroup in com.oracle.bmc.capacitymanagement.responses
Methods in com.oracle.bmc.capacitymanagement.responses that return OccCustomerGroup Modifier and Type Method Description OccCustomerGroup
CreateOccCustomerGroupResponse. getOccCustomerGroup()
The returned OccCustomerGroup instance.OccCustomerGroup
GetOccCustomerGroupResponse. getOccCustomerGroup()
The returned OccCustomerGroup instance.OccCustomerGroup
UpdateOccCustomerGroupResponse. getOccCustomerGroup()
The returned OccCustomerGroup instance.Methods in com.oracle.bmc.capacitymanagement.responses with parameters of type OccCustomerGroup Modifier and Type Method Description CreateOccCustomerGroupResponse.Builder
CreateOccCustomerGroupResponse.Builder. occCustomerGroup(OccCustomerGroup occCustomerGroup)
The returned OccCustomerGroup instance.GetOccCustomerGroupResponse.Builder
GetOccCustomerGroupResponse.Builder. occCustomerGroup(OccCustomerGroup occCustomerGroup)
The returned OccCustomerGroup instance.UpdateOccCustomerGroupResponse.Builder
UpdateOccCustomerGroupResponse.Builder. occCustomerGroup(OccCustomerGroup occCustomerGroup)
The returned OccCustomerGroup instance.
-