Uses of Class
com.oracle.bmc.capacitymanagement.model.OccCustomerGroupSummary
-
Packages that use OccCustomerGroupSummary Package Description com.oracle.bmc.capacitymanagement com.oracle.bmc.capacitymanagement.model -
-
Uses of OccCustomerGroupSummary in com.oracle.bmc.capacitymanagement
Methods in com.oracle.bmc.capacitymanagement that return types with arguments of type OccCustomerGroupSummary Modifier and Type Method Description Iterable<OccCustomerGroupSummary>
CapacityManagementPaginators. listOccCustomerGroupsRecordIterator(ListOccCustomerGroupsRequest request)
Creates a new iterable which will iterate over theOccCustomerGroupSummary
objects contained in responses from the listOccCustomerGroups operation. -
Uses of OccCustomerGroupSummary in com.oracle.bmc.capacitymanagement.model
Methods in com.oracle.bmc.capacitymanagement.model that return OccCustomerGroupSummary Modifier and Type Method Description OccCustomerGroupSummary
OccCustomerGroupSummary.Builder. build()
Methods in com.oracle.bmc.capacitymanagement.model that return types with arguments of type OccCustomerGroupSummary Modifier and Type Method Description List<OccCustomerGroupSummary>
OccCustomerGroupCollection. getItems()
An array of customer groups.Methods in com.oracle.bmc.capacitymanagement.model with parameters of type OccCustomerGroupSummary Modifier and Type Method Description OccCustomerGroupSummary.Builder
OccCustomerGroupSummary.Builder. copy(OccCustomerGroupSummary model)
Method parameters in com.oracle.bmc.capacitymanagement.model with type arguments of type OccCustomerGroupSummary Modifier and Type Method Description OccCustomerGroupCollection.Builder
OccCustomerGroupCollection.Builder. items(List<OccCustomerGroupSummary> items)
An array of customer groups.Constructor parameters in com.oracle.bmc.capacitymanagement.model with type arguments of type OccCustomerGroupSummary Constructor Description OccCustomerGroupCollection(List<OccCustomerGroupSummary> items)
Deprecated.
-