Uses of Class
dev.vality.fistful.withdrawal.RouteChange
| Package | Description |
|---|---|
| dev.vality.fistful.withdrawal |
-
Uses of RouteChange in dev.vality.fistful.withdrawal
Methods in dev.vality.fistful.withdrawal that return RouteChange Modifier and Type Method Description RouteChangeRouteChange. deepCopy()RouteChangeChange. getRoute()RouteChangeRouteChange. setRoute(Route route)Methods in dev.vality.fistful.withdrawal with parameters of type RouteChange Modifier and Type Method Description intRouteChange. compareTo(RouteChange other)booleanRouteChange. equals(RouteChange that)static ChangeChange. route(RouteChange value)voidChange. setRoute(RouteChange value)Constructors in dev.vality.fistful.withdrawal with parameters of type RouteChange Constructor Description RouteChange(RouteChange other)Performs a deep copy on other.