Uses of Class
com.oracle.bmc.opsi.model.ChargebackPlanSummary
-
Packages that use ChargebackPlanSummary Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.model -
-
Uses of ChargebackPlanSummary in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return types with arguments of type ChargebackPlanSummary Modifier and Type Method Description Iterable<ChargebackPlanSummary>OperationsInsightsPaginators. listChargebackPlansRecordIterator(ListChargebackPlansRequest request)Creates a new iterable which will iterate over theChargebackPlanSummaryobjects contained in responses from the listChargebackPlans operation. -
Uses of ChargebackPlanSummary in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return ChargebackPlanSummary Modifier and Type Method Description ChargebackPlanSummaryChargebackPlanSummary.Builder. build()Methods in com.oracle.bmc.opsi.model that return types with arguments of type ChargebackPlanSummary Modifier and Type Method Description List<ChargebackPlanSummary>ChargebackPlanCollection. getItems()A list of ChargebackPlanSummary objects.Methods in com.oracle.bmc.opsi.model with parameters of type ChargebackPlanSummary Modifier and Type Method Description ChargebackPlanSummary.BuilderChargebackPlanSummary.Builder. copy(ChargebackPlanSummary model)Method parameters in com.oracle.bmc.opsi.model with type arguments of type ChargebackPlanSummary Modifier and Type Method Description ChargebackPlanCollection.BuilderChargebackPlanCollection.Builder. items(List<ChargebackPlanSummary> items)A list of ChargebackPlanSummary objects.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type ChargebackPlanSummary Constructor Description ChargebackPlanCollection(List<ChargebackPlanSummary> items)Deprecated.
-