Uses of Class
dev.vality.damsel.withdrawals.domain.Withdrawal
Packages that use Withdrawal
-
Uses of Withdrawal in dev.vality.damsel.withdrawals.domain
Methods in dev.vality.damsel.withdrawals.domain that return WithdrawalModifier and TypeMethodDescriptionWithdrawal.deepCopy()Withdrawal.setAuthData(AuthData auth_data) Withdrawal.setCreatedAt(String created_at) Withdrawal.setDestination(Destination destination) Withdrawal.setReceiver(Identity receiver) Methods in dev.vality.damsel.withdrawals.domain with parameters of type WithdrawalModifier and TypeMethodDescriptionintWithdrawal.compareTo(Withdrawal other) booleanWithdrawal.equals(Withdrawal that) Constructors in dev.vality.damsel.withdrawals.domain with parameters of type Withdrawal -
Uses of Withdrawal in dev.vality.damsel.withdrawals.processing
Fields in dev.vality.damsel.withdrawals.processing declared as WithdrawalMethods in dev.vality.damsel.withdrawals.processing that return WithdrawalModifier and TypeMethodDescriptionProcessingSrv.Start_args.getWithdrawal()WithdrawalState.getWithdrawal()Methods in dev.vality.damsel.withdrawals.processing with parameters of type WithdrawalModifier and TypeMethodDescriptionvoidProcessingSrv.Client.sendStart(Withdrawal withdrawal) ProcessingSrv.Start_args.setWithdrawal(Withdrawal withdrawal) WithdrawalState.setWithdrawal(Withdrawal withdrawal) voidProcessingSrv.AsyncClient.start(Withdrawal withdrawal, org.apache.thrift.async.AsyncMethodCallback<WithdrawalState> resultHandler) voidProcessingSrv.AsyncIface.start(Withdrawal withdrawal, org.apache.thrift.async.AsyncMethodCallback<WithdrawalState> resultHandler) ProcessingSrv.Client.start(Withdrawal withdrawal) ProcessingSrv.Iface.start(Withdrawal withdrawal) Constructors in dev.vality.damsel.withdrawals.processing with parameters of type WithdrawalModifierConstructorDescriptionStart_args(Withdrawal withdrawal) Start_call(Withdrawal withdrawal, org.apache.thrift.async.AsyncMethodCallback<WithdrawalState> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) WithdrawalState(String id, Withdrawal withdrawal, String created_at, WithdrawalStatus status)