Uses of Class
dev.vality.fistful.WithdrawalMethod
| Package | Description |
|---|---|
| dev.vality.fistful | |
| dev.vality.fistful.identity |
-
Uses of WithdrawalMethod in dev.vality.fistful
Methods in dev.vality.fistful that return WithdrawalMethod Modifier and Type Method Description static WithdrawalMethodWithdrawalMethod. bank_card(BankCardWithdrawalMethod value)static WithdrawalMethodWithdrawalMethod. crypto_currency(CryptoCurrencyRef value)WithdrawalMethodWithdrawalMethod. deepCopy()static WithdrawalMethodWithdrawalMethod. digital_wallet(PaymentServiceRef value)static WithdrawalMethodWithdrawalMethod. generic(PaymentServiceRef value)Methods in dev.vality.fistful with parameters of type WithdrawalMethod Modifier and Type Method Description intWithdrawalMethod. compareTo(WithdrawalMethod other)booleanWithdrawalMethod. equals(WithdrawalMethod other)Constructors in dev.vality.fistful with parameters of type WithdrawalMethod Constructor Description WithdrawalMethod(WithdrawalMethod other) -
Uses of WithdrawalMethod in dev.vality.fistful.identity
Fields in dev.vality.fistful.identity with type parameters of type WithdrawalMethod Modifier and Type Field Description Set<WithdrawalMethod>ManagementSrv.GetWithdrawalMethods_result. successMethods in dev.vality.fistful.identity that return types with arguments of type WithdrawalMethod Modifier and Type Method Description Set<WithdrawalMethod>ManagementSrv.AsyncClient.GetWithdrawalMethods_call. getResult()org.apache.thrift.async.AsyncMethodCallback<Set<WithdrawalMethod>>ManagementSrv.AsyncProcessor.GetWithdrawalMethods. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Set<WithdrawalMethod>ManagementSrv.GetWithdrawalMethods_result. getSuccess()Iterator<WithdrawalMethod>ManagementSrv.GetWithdrawalMethods_result. getSuccessIterator()Set<WithdrawalMethod>ManagementSrv.Client. getWithdrawalMethods(String id)Set<WithdrawalMethod>ManagementSrv.Iface. getWithdrawalMethods(String id)Set<WithdrawalMethod>ManagementSrv.Client. recvGetWithdrawalMethods()Methods in dev.vality.fistful.identity with parameters of type WithdrawalMethod Modifier and Type Method Description voidManagementSrv.GetWithdrawalMethods_result. addToSuccess(WithdrawalMethod elem)Method parameters in dev.vality.fistful.identity with type arguments of type WithdrawalMethod Modifier and Type Method Description voidManagementSrv.AsyncClient. getWithdrawalMethods(String id, org.apache.thrift.async.AsyncMethodCallback<Set<WithdrawalMethod>> resultHandler)voidManagementSrv.AsyncIface. getWithdrawalMethods(String id, org.apache.thrift.async.AsyncMethodCallback<Set<WithdrawalMethod>> resultHandler)ManagementSrv.GetWithdrawalMethods_resultManagementSrv.GetWithdrawalMethods_result. setSuccess(Set<WithdrawalMethod> success)voidManagementSrv.AsyncProcessor.GetWithdrawalMethods. start(I iface, ManagementSrv.GetWithdrawalMethods_args args, org.apache.thrift.async.AsyncMethodCallback<Set<WithdrawalMethod>> resultHandler)Constructor parameters in dev.vality.fistful.identity with type arguments of type WithdrawalMethod Constructor Description GetWithdrawalMethods_call(String id, org.apache.thrift.async.AsyncMethodCallback<Set<WithdrawalMethod>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)GetWithdrawalMethods_result(Set<WithdrawalMethod> success, IdentityNotFound ex1)