Uses of Class
dev.vality.fistful.OperationNotPermitted
| Package | Description |
|---|---|
| dev.vality.fistful | |
| dev.vality.fistful.p2p_transfer | |
| dev.vality.fistful.p2p.template |
-
Uses of OperationNotPermitted in dev.vality.fistful
Methods in dev.vality.fistful that return OperationNotPermitted Modifier and Type Method Description OperationNotPermittedOperationNotPermitted. deepCopy()OperationNotPermittedOperationNotPermitted. setDetails(String details)Methods in dev.vality.fistful with parameters of type OperationNotPermitted Modifier and Type Method Description intOperationNotPermitted. compareTo(OperationNotPermitted other)booleanOperationNotPermitted. equals(OperationNotPermitted that)Constructors in dev.vality.fistful with parameters of type OperationNotPermitted Constructor Description OperationNotPermitted(OperationNotPermitted other)Performs a deep copy on other. -
Uses of OperationNotPermitted in dev.vality.fistful.p2p_transfer
Fields in dev.vality.fistful.p2p_transfer declared as OperationNotPermitted Modifier and Type Field Description OperationNotPermittedManagementSrv.Create_result. ex4OperationNotPermittedManagementSrv.GetQuote_result. ex4Methods in dev.vality.fistful.p2p_transfer that return OperationNotPermitted Modifier and Type Method Description OperationNotPermittedManagementSrv.Create_result. getEx4()OperationNotPermittedManagementSrv.GetQuote_result. getEx4()Methods in dev.vality.fistful.p2p_transfer with parameters of type OperationNotPermitted Modifier and Type Method Description ManagementSrv.Create_resultManagementSrv.Create_result. setEx4(OperationNotPermitted ex4)ManagementSrv.GetQuote_resultManagementSrv.GetQuote_result. setEx4(OperationNotPermitted ex4)Methods in dev.vality.fistful.p2p_transfer that throw OperationNotPermitted Modifier and Type Method Description P2PTransferStateManagementSrv.Client. create(P2PTransferParams params, Map<String,Value> context)P2PTransferStateManagementSrv.Iface. create(P2PTransferParams params, Map<String,Value> context)QuoteManagementSrv.Client. getQuote(QuoteParams params)QuoteManagementSrv.Iface. getQuote(QuoteParams params)P2PTransferStateManagementSrv.AsyncClient.Create_call. getResult()QuoteManagementSrv.AsyncClient.GetQuote_call. getResult()P2PTransferStateManagementSrv.Client. recvCreate()QuoteManagementSrv.Client. recvGetQuote()Constructors in dev.vality.fistful.p2p_transfer with parameters of type OperationNotPermitted Constructor Description Create_result(P2PTransferState success, IdentityNotFound ex1, ForbiddenOperationCurrency ex2, ForbiddenOperationAmount ex3, OperationNotPermitted ex4, NoResourceInfo ex5)GetQuote_result(Quote success, IdentityNotFound ex1, ForbiddenOperationCurrency ex2, ForbiddenOperationAmount ex3, OperationNotPermitted ex4, NoResourceInfo ex5) -
Uses of OperationNotPermitted in dev.vality.fistful.p2p.template
Fields in dev.vality.fistful.p2p.template declared as OperationNotPermitted Modifier and Type Field Description OperationNotPermittedManagementSrv.CreateTransfer_result. ex5OperationNotPermittedManagementSrv.GetQuote_result. ex5Methods in dev.vality.fistful.p2p.template that return OperationNotPermitted Modifier and Type Method Description OperationNotPermittedManagementSrv.CreateTransfer_result. getEx5()OperationNotPermittedManagementSrv.GetQuote_result. getEx5()Methods in dev.vality.fistful.p2p.template with parameters of type OperationNotPermitted Modifier and Type Method Description ManagementSrv.CreateTransfer_resultManagementSrv.CreateTransfer_result. setEx5(OperationNotPermitted ex5)ManagementSrv.GetQuote_resultManagementSrv.GetQuote_result. setEx5(OperationNotPermitted ex5)Methods in dev.vality.fistful.p2p.template that throw OperationNotPermitted Modifier and Type Method Description P2PTransferStateManagementSrv.Client. createTransfer(String id, P2PTemplateTransferParams params, Map<String,Value> context)P2PTransferStateManagementSrv.Iface. createTransfer(String id, P2PTemplateTransferParams params, Map<String,Value> context)QuoteManagementSrv.Client. getQuote(String id, P2PTemplateQuoteParams params)QuoteManagementSrv.Iface. getQuote(String id, P2PTemplateQuoteParams params)P2PTransferStateManagementSrv.AsyncClient.CreateTransfer_call. getResult()QuoteManagementSrv.AsyncClient.GetQuote_call. getResult()P2PTransferStateManagementSrv.Client. recvCreateTransfer()QuoteManagementSrv.Client. recvGetQuote()Constructors in dev.vality.fistful.p2p.template with parameters of type OperationNotPermitted Constructor Description CreateTransfer_result(P2PTransferState success, P2PTemplateNotFound ex1, IdentityNotFound ex2, ForbiddenOperationCurrency ex3, ForbiddenOperationAmount ex4, OperationNotPermitted ex5, NoResourceInfo ex6)GetQuote_result(Quote success, P2PTemplateNotFound ex1, IdentityNotFound ex2, ForbiddenOperationCurrency ex3, ForbiddenOperationAmount ex4, OperationNotPermitted ex5, NoResourceInfo ex6)