Uses of Class
com.oracle.bmc.opsi.model.ChargebackPlanReportSummary
-
Packages that use ChargebackPlanReportSummary Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.model -
-
Uses of ChargebackPlanReportSummary in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return types with arguments of type ChargebackPlanReportSummary Modifier and Type Method Description Iterable<ChargebackPlanReportSummary>OperationsInsightsPaginators. listChargebackPlanReportsRecordIterator(ListChargebackPlanReportsRequest request)Creates a new iterable which will iterate over theChargebackPlanReportSummaryobjects contained in responses from the listChargebackPlanReports operation. -
Uses of ChargebackPlanReportSummary in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return ChargebackPlanReportSummary Modifier and Type Method Description ChargebackPlanReportSummaryChargebackPlanReportSummary.Builder. build()Methods in com.oracle.bmc.opsi.model that return types with arguments of type ChargebackPlanReportSummary Modifier and Type Method Description List<ChargebackPlanReportSummary>ChargebackPlanReportCollection. getItems()A list of ChargebackPlanReportSummary objects.Methods in com.oracle.bmc.opsi.model with parameters of type ChargebackPlanReportSummary Modifier and Type Method Description ChargebackPlanReportSummary.BuilderChargebackPlanReportSummary.Builder. copy(ChargebackPlanReportSummary model)Method parameters in com.oracle.bmc.opsi.model with type arguments of type ChargebackPlanReportSummary Modifier and Type Method Description ChargebackPlanReportCollection.BuilderChargebackPlanReportCollection.Builder. items(List<ChargebackPlanReportSummary> items)A list of ChargebackPlanReportSummary objects.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type ChargebackPlanReportSummary Constructor Description ChargebackPlanReportCollection(List<ChargebackPlanReportSummary> items)Deprecated.
-