Uses of Class
dev.vality.fistful.ForbiddenWithdrawalMethod
| Package | Description |
|---|---|
| dev.vality.fistful | |
| dev.vality.fistful.destination | |
| dev.vality.fistful.withdrawal |
-
Uses of ForbiddenWithdrawalMethod in dev.vality.fistful
Methods in dev.vality.fistful that return ForbiddenWithdrawalMethod Modifier and Type Method Description ForbiddenWithdrawalMethodForbiddenWithdrawalMethod. deepCopy()Methods in dev.vality.fistful with parameters of type ForbiddenWithdrawalMethod Modifier and Type Method Description intForbiddenWithdrawalMethod. compareTo(ForbiddenWithdrawalMethod other)booleanForbiddenWithdrawalMethod. equals(ForbiddenWithdrawalMethod that)Constructors in dev.vality.fistful with parameters of type ForbiddenWithdrawalMethod Constructor Description ForbiddenWithdrawalMethod(ForbiddenWithdrawalMethod other)Performs a deep copy on other. -
Uses of ForbiddenWithdrawalMethod in dev.vality.fistful.destination
Fields in dev.vality.fistful.destination declared as ForbiddenWithdrawalMethod Modifier and Type Field Description ForbiddenWithdrawalMethodManagementSrv.Create_result. ex5Methods in dev.vality.fistful.destination that return ForbiddenWithdrawalMethod Modifier and Type Method Description ForbiddenWithdrawalMethodManagementSrv.Create_result. getEx5()Methods in dev.vality.fistful.destination with parameters of type ForbiddenWithdrawalMethod Modifier and Type Method Description ManagementSrv.Create_resultManagementSrv.Create_result. setEx5(ForbiddenWithdrawalMethod ex5)Methods in dev.vality.fistful.destination that throw ForbiddenWithdrawalMethod Modifier and Type Method Description DestinationStateManagementSrv.Client. create(DestinationParams params, Map<String,Value> context)DestinationStateManagementSrv.Iface. create(DestinationParams params, Map<String,Value> context)DestinationStateManagementSrv.AsyncClient.Create_call. getResult()DestinationStateManagementSrv.Client. recvCreate()Constructors in dev.vality.fistful.destination with parameters of type ForbiddenWithdrawalMethod Constructor Description Create_result(DestinationState success, IdentityNotFound ex2, CurrencyNotFound ex3, PartyInaccessible ex4, ForbiddenWithdrawalMethod ex5) -
Uses of ForbiddenWithdrawalMethod in dev.vality.fistful.withdrawal
Fields in dev.vality.fistful.withdrawal declared as ForbiddenWithdrawalMethod Modifier and Type Field Description ForbiddenWithdrawalMethodManagementSrv.Create_result. ex12ForbiddenWithdrawalMethodManagementSrv.GetQuote_result. ex9Methods in dev.vality.fistful.withdrawal that return ForbiddenWithdrawalMethod Modifier and Type Method Description ForbiddenWithdrawalMethodManagementSrv.Create_result. getEx12()ForbiddenWithdrawalMethodManagementSrv.GetQuote_result. getEx9()Methods in dev.vality.fistful.withdrawal with parameters of type ForbiddenWithdrawalMethod Modifier and Type Method Description ManagementSrv.Create_resultManagementSrv.Create_result. setEx12(ForbiddenWithdrawalMethod ex12)ManagementSrv.GetQuote_resultManagementSrv.GetQuote_result. setEx9(ForbiddenWithdrawalMethod ex9)Methods in dev.vality.fistful.withdrawal that throw ForbiddenWithdrawalMethod Modifier and Type Method Description WithdrawalStateManagementSrv.Client. create(WithdrawalParams params, Map<String,Value> context)WithdrawalStateManagementSrv.Iface. create(WithdrawalParams params, Map<String,Value> context)QuoteManagementSrv.Client. getQuote(QuoteParams params)QuoteManagementSrv.Iface. getQuote(QuoteParams params)WithdrawalStateManagementSrv.AsyncClient.Create_call. getResult()QuoteManagementSrv.AsyncClient.GetQuote_call. getResult()WithdrawalStateManagementSrv.Client. recvCreate()QuoteManagementSrv.Client. recvGetQuote()Constructors in dev.vality.fistful.withdrawal with parameters of type ForbiddenWithdrawalMethod Constructor Description Create_result(WithdrawalState success, WalletNotFound ex2, DestinationNotFound ex3, DestinationUnauthorized ex4, ForbiddenOperationCurrency ex5, ForbiddenOperationAmount ex6, InvalidOperationAmount ex7, InconsistentWithdrawalCurrency ex8, NoDestinationResourceInfo ex9, IdentityProvidersMismatch ex10, WalletInaccessible ex11, ForbiddenWithdrawalMethod ex12)GetQuote_result(Quote success, WalletNotFound ex1, DestinationNotFound ex2, DestinationUnauthorized ex3, ForbiddenOperationCurrency ex4, ForbiddenOperationAmount ex5, InvalidOperationAmount ex6, InconsistentWithdrawalCurrency ex7, IdentityProvidersMismatch ex8, ForbiddenWithdrawalMethod ex9)