Uses of Class
com.oracle.bmc.usage.model.MonthlyRewardSummary
-
Packages that use MonthlyRewardSummary Package Description com.oracle.bmc.usage.model -
-
Uses of MonthlyRewardSummary in com.oracle.bmc.usage.model
Methods in com.oracle.bmc.usage.model that return MonthlyRewardSummary Modifier and Type Method Description MonthlyRewardSummary
MonthlyRewardSummary.Builder. build()
Methods in com.oracle.bmc.usage.model that return types with arguments of type MonthlyRewardSummary Modifier and Type Method Description List<MonthlyRewardSummary>
RewardCollection. getItems()
The monthly summary of rewards.Methods in com.oracle.bmc.usage.model with parameters of type MonthlyRewardSummary Modifier and Type Method Description MonthlyRewardSummary.Builder
MonthlyRewardSummary.Builder. copy(MonthlyRewardSummary model)
Method parameters in com.oracle.bmc.usage.model with type arguments of type MonthlyRewardSummary Modifier and Type Method Description RewardCollection.Builder
RewardCollection.Builder. items(List<MonthlyRewardSummary> items)
The monthly summary of rewards.Constructor parameters in com.oracle.bmc.usage.model with type arguments of type MonthlyRewardSummary Constructor Description RewardCollection(RewardDetails summary, List<MonthlyRewardSummary> items)
Deprecated.
-