Uses of Class
dev.vality.fistful.DestinationNotFound
| Package | Description |
|---|---|
| dev.vality.fistful | |
| dev.vality.fistful.destination | |
| dev.vality.fistful.withdrawal |
-
Uses of DestinationNotFound in dev.vality.fistful
Methods in dev.vality.fistful that return DestinationNotFound Modifier and Type Method Description DestinationNotFoundDestinationNotFound. deepCopy()Methods in dev.vality.fistful with parameters of type DestinationNotFound Modifier and Type Method Description intDestinationNotFound. compareTo(DestinationNotFound other)booleanDestinationNotFound. equals(DestinationNotFound that)Constructors in dev.vality.fistful with parameters of type DestinationNotFound Constructor Description DestinationNotFound(DestinationNotFound other)Performs a deep copy on other. -
Uses of DestinationNotFound in dev.vality.fistful.destination
Fields in dev.vality.fistful.destination declared as DestinationNotFound Modifier and Type Field Description DestinationNotFoundManagementSrv.Get_result. ex1DestinationNotFoundManagementSrv.GetContext_result. ex1DestinationNotFoundManagementSrv.GetEvents_result. ex1DestinationNotFoundRepairerSrv.Repair_result. ex1Methods in dev.vality.fistful.destination that return DestinationNotFound Modifier and Type Method Description DestinationNotFoundManagementSrv.Get_result. getEx1()DestinationNotFoundManagementSrv.GetContext_result. getEx1()DestinationNotFoundManagementSrv.GetEvents_result. getEx1()DestinationNotFoundRepairerSrv.Repair_result. getEx1()Methods in dev.vality.fistful.destination with parameters of type DestinationNotFound Modifier and Type Method Description ManagementSrv.Get_resultManagementSrv.Get_result. setEx1(DestinationNotFound ex1)ManagementSrv.GetContext_resultManagementSrv.GetContext_result. setEx1(DestinationNotFound ex1)ManagementSrv.GetEvents_resultManagementSrv.GetEvents_result. setEx1(DestinationNotFound ex1)RepairerSrv.Repair_resultRepairerSrv.Repair_result. setEx1(DestinationNotFound ex1)Methods in dev.vality.fistful.destination that throw DestinationNotFound Modifier and Type Method Description DestinationStateManagementSrv.Client. get(String id, EventRange range)DestinationStateManagementSrv.Iface. get(String id, EventRange range)Map<String,Value>ManagementSrv.Client. getContext(String id)Map<String,Value>ManagementSrv.Iface. getContext(String id)List<Event>ManagementSrv.Client. getEvents(String id, EventRange range)List<Event>ManagementSrv.Iface. getEvents(String id, EventRange range)DestinationStateManagementSrv.AsyncClient.Get_call. getResult()Map<String,Value>ManagementSrv.AsyncClient.GetContext_call. getResult()List<Event>ManagementSrv.AsyncClient.GetEvents_call. getResult()VoidRepairerSrv.AsyncClient.Repair_call. getResult()DestinationStateManagementSrv.Client. recvGet()Map<String,Value>ManagementSrv.Client. recvGetContext()List<Event>ManagementSrv.Client. recvGetEvents()voidRepairerSrv.Client. recvRepair()voidRepairerSrv.Client. repair(String id, RepairScenario scenario)voidRepairerSrv.Iface. repair(String id, RepairScenario scenario)Constructors in dev.vality.fistful.destination with parameters of type DestinationNotFound Constructor Description Get_result(DestinationState success, DestinationNotFound ex1)GetContext_result(Map<String,Value> success, DestinationNotFound ex1)GetEvents_result(List<Event> success, DestinationNotFound ex1)Repair_result(DestinationNotFound ex1, MachineAlreadyWorking ex2) -
Uses of DestinationNotFound in dev.vality.fistful.withdrawal
Fields in dev.vality.fistful.withdrawal declared as DestinationNotFound Modifier and Type Field Description DestinationNotFoundManagementSrv.GetQuote_result. ex2DestinationNotFoundManagementSrv.Create_result. ex3Methods in dev.vality.fistful.withdrawal that return DestinationNotFound Modifier and Type Method Description DestinationNotFoundManagementSrv.GetQuote_result. getEx2()DestinationNotFoundManagementSrv.Create_result. getEx3()Methods in dev.vality.fistful.withdrawal with parameters of type DestinationNotFound Modifier and Type Method Description ManagementSrv.GetQuote_resultManagementSrv.GetQuote_result. setEx2(DestinationNotFound ex2)ManagementSrv.Create_resultManagementSrv.Create_result. setEx3(DestinationNotFound ex3)Methods in dev.vality.fistful.withdrawal that throw DestinationNotFound 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 DestinationNotFound 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)