Uses of Class
dev.vality.swag.analytics.model.OffsetAmount
| Package | Description |
|---|---|
| dev.vality.swag.analytics.model |
-
Uses of OffsetAmount in dev.vality.swag.analytics.model
Methods in dev.vality.swag.analytics.model that return OffsetAmount Modifier and Type Method Description OffsetAmountOffsetAmount. amount(Long amount)OffsetAmountOffsetAmount. offset(Long offset)Methods in dev.vality.swag.analytics.model that return types with arguments of type OffsetAmount Modifier and Type Method Description List<OffsetAmount>SplitAmountResult. getOffsetAmounts()Get offsetAmountsMethods in dev.vality.swag.analytics.model with parameters of type OffsetAmount Modifier and Type Method Description SplitAmountResultSplitAmountResult. addOffsetAmountsItem(OffsetAmount offsetAmountsItem)Method parameters in dev.vality.swag.analytics.model with type arguments of type OffsetAmount Modifier and Type Method Description SplitAmountResultSplitAmountResult. offsetAmounts(List<OffsetAmount> offsetAmounts)voidSplitAmountResult. setOffsetAmounts(List<OffsetAmount> offsetAmounts)