Uses of Class
dev.vality.fistful.withdrawal.Quote
| Package | Description |
|---|---|
| dev.vality.fistful.withdrawal |
-
Uses of Quote in dev.vality.fistful.withdrawal
Fields in dev.vality.fistful.withdrawal declared as Quote Modifier and Type Field Description QuoteWithdrawalParams. quoteQuoteManagementSrv.GetQuote_result. successMethods in dev.vality.fistful.withdrawal that return Quote Modifier and Type Method Description QuoteQuote. deepCopy()QuoteManagementSrv.Client. getQuote(QuoteParams params)QuoteManagementSrv.Iface. getQuote(QuoteParams params)QuoteWithdrawalParams. getQuote()QuoteManagementSrv.AsyncClient.GetQuote_call. getResult()QuoteManagementSrv.GetQuote_result. getSuccess()QuoteManagementSrv.Client. recvGetQuote()QuoteQuote. setCashFrom(Cash cash_from)QuoteQuote. setCashTo(Cash cash_to)QuoteQuote. setCreatedAt(String created_at)QuoteQuote. setDomainRevision(long domain_revision)QuoteQuote. setExpiresOn(String expires_on)QuoteQuote. setOperationTimestamp(String operation_timestamp)QuoteQuote. setPartyRevision(long party_revision)QuoteQuote. setQuoteData(Value quote_data)QuoteQuote. setResource(ResourceDescriptor resource)QuoteQuote. setRoute(Route route)Methods in dev.vality.fistful.withdrawal that return types with arguments of type Quote Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<Quote>ManagementSrv.AsyncProcessor.GetQuote. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in dev.vality.fistful.withdrawal with parameters of type Quote Modifier and Type Method Description intQuote. compareTo(Quote other)booleanQuote. equals(Quote that)WithdrawalParamsWithdrawalParams. setQuote(Quote quote)ManagementSrv.GetQuote_resultManagementSrv.GetQuote_result. setSuccess(Quote success)Method parameters in dev.vality.fistful.withdrawal with type arguments of type Quote Modifier and Type Method Description voidManagementSrv.AsyncClient. getQuote(QuoteParams params, org.apache.thrift.async.AsyncMethodCallback<Quote> resultHandler)voidManagementSrv.AsyncIface. getQuote(QuoteParams params, org.apache.thrift.async.AsyncMethodCallback<Quote> resultHandler)voidManagementSrv.AsyncProcessor.GetQuote. start(I iface, ManagementSrv.GetQuote_args args, org.apache.thrift.async.AsyncMethodCallback<Quote> resultHandler)Constructors in dev.vality.fistful.withdrawal with parameters of type Quote Constructor Description GetQuote_result(Quote success, WalletNotFound ex1, DestinationNotFound ex2, DestinationUnauthorized ex3, ForbiddenOperationCurrency ex4, ForbiddenOperationAmount ex5, InvalidOperationAmount ex6, InconsistentWithdrawalCurrency ex7, IdentityProvidersMismatch ex8, ForbiddenWithdrawalMethod ex9)Quote(Quote other)Performs a deep copy on other.Constructor parameters in dev.vality.fistful.withdrawal with type arguments of type Quote Constructor Description GetQuote_call(QuoteParams params, org.apache.thrift.async.AsyncMethodCallback<Quote> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)