Uses of Class
com.oracle.bmc.usage.model.RedemptionSummary
-
Packages that use RedemptionSummary Package Description com.oracle.bmc.usage com.oracle.bmc.usage.model -
-
Uses of RedemptionSummary in com.oracle.bmc.usage
Methods in com.oracle.bmc.usage that return types with arguments of type RedemptionSummary Modifier and Type Method Description Iterable<RedemptionSummary>
RewardsPaginators. listRedemptionsRecordIterator(ListRedemptionsRequest request)
Creates a new iterable which will iterate over theRedemptionSummary
objects contained in responses from the listRedemptions operation. -
Uses of RedemptionSummary in com.oracle.bmc.usage.model
Methods in com.oracle.bmc.usage.model that return RedemptionSummary Modifier and Type Method Description RedemptionSummary
RedemptionSummary.Builder. build()
Methods in com.oracle.bmc.usage.model that return types with arguments of type RedemptionSummary Modifier and Type Method Description List<RedemptionSummary>
RedemptionCollection. getItems()
The list of redemption summary.Methods in com.oracle.bmc.usage.model with parameters of type RedemptionSummary Modifier and Type Method Description RedemptionSummary.Builder
RedemptionSummary.Builder. copy(RedemptionSummary model)
Method parameters in com.oracle.bmc.usage.model with type arguments of type RedemptionSummary Modifier and Type Method Description RedemptionCollection.Builder
RedemptionCollection.Builder. items(List<RedemptionSummary> items)
The list of redemption summary.Constructor parameters in com.oracle.bmc.usage.model with type arguments of type RedemptionSummary Constructor Description RedemptionCollection(List<RedemptionSummary> items)
Deprecated.
-