Uses of Class
dev.vality.fistful.withdrawal.Withdrawal
| Package | Description |
|---|---|
| dev.vality.fistful.withdrawal |
-
Uses of Withdrawal in dev.vality.fistful.withdrawal
Fields in dev.vality.fistful.withdrawal declared as Withdrawal Modifier and Type Field Description WithdrawalCreatedChange. withdrawalMethods in dev.vality.fistful.withdrawal that return Withdrawal Modifier and Type Method Description WithdrawalWithdrawal. deepCopy()WithdrawalCreatedChange. getWithdrawal()WithdrawalWithdrawal. setBody(Cash body)WithdrawalWithdrawal. setCreatedAt(String created_at)WithdrawalWithdrawal. setDestinationId(String destination_id)WithdrawalWithdrawal. setDomainRevision(long domain_revision)WithdrawalWithdrawal. setExternalId(String external_id)WithdrawalWithdrawal. setId(String id)WithdrawalWithdrawal. setMetadata(Map<String,Value> metadata)WithdrawalWithdrawal. setPartyRevision(long party_revision)WithdrawalWithdrawal. setQuote(QuoteState quote)WithdrawalWithdrawal. setRoute(Route route)WithdrawalWithdrawal. setWalletId(String wallet_id)Methods in dev.vality.fistful.withdrawal with parameters of type Withdrawal Modifier and Type Method Description intWithdrawal. compareTo(Withdrawal other)booleanWithdrawal. equals(Withdrawal that)CreatedChangeCreatedChange. setWithdrawal(Withdrawal withdrawal)Constructors in dev.vality.fistful.withdrawal with parameters of type Withdrawal Constructor Description CreatedChange(Withdrawal withdrawal)Withdrawal(Withdrawal other)Performs a deep copy on other.