Uses of Class
dev.vality.fistful.base.Resource
-
Uses of Resource in dev.vality.fistful.base
Methods in dev.vality.fistful.base that return Resource Modifier and Type Method Description static ResourceResource. bank_card(ResourceBankCard value)static ResourceResource. crypto_wallet(ResourceCryptoWallet value)ResourceResource. deepCopy()static ResourceResource. digital_wallet(ResourceDigitalWallet value)static ResourceResource. generic(ResourceGeneric value)Methods in dev.vality.fistful.base with parameters of type Resource Modifier and Type Method Description intResource. compareTo(Resource other)booleanResource. equals(Resource other)Constructors in dev.vality.fistful.base with parameters of type Resource Constructor Description Resource(Resource other) -
Uses of Resource in dev.vality.fistful.destination
Fields in dev.vality.fistful.destination declared as Resource Modifier and Type Field Description ResourceDestination. resourceResourceDestinationParams. resourceResourceDestinationState. resourceMethods in dev.vality.fistful.destination that return Resource Modifier and Type Method Description ResourceDestination. getResource()ResourceDestinationParams. getResource()ResourceDestinationState. getResource()Methods in dev.vality.fistful.destination with parameters of type Resource Modifier and Type Method Description DestinationDestination. setResource(Resource resource)DestinationParamsDestinationParams. setResource(Resource resource)DestinationStateDestinationState. setResource(Resource resource)Constructors in dev.vality.fistful.destination with parameters of type Resource Constructor Description Destination(String name, Resource resource)DestinationParams(String id, String identity, String name, String currency, Resource resource)DestinationState(String name, Resource resource) -
Uses of Resource in dev.vality.fistful.p2p_session
Fields in dev.vality.fistful.p2p_session declared as Resource Modifier and Type Field Description ResourceP2PTransfer. receiverResourceP2PTransfer. senderMethods in dev.vality.fistful.p2p_session that return Resource Modifier and Type Method Description ResourceP2PTransfer. getReceiver()ResourceP2PTransfer. getSender()Methods in dev.vality.fistful.p2p_session with parameters of type Resource Modifier and Type Method Description P2PTransferP2PTransfer. setReceiver(Resource receiver)P2PTransferP2PTransfer. setSender(Resource sender)Constructors in dev.vality.fistful.p2p_session with parameters of type Resource Constructor Description P2PTransfer(String id, Resource sender, Resource receiver, Cash cash) -
Uses of Resource in dev.vality.fistful.p2p_transfer
Fields in dev.vality.fistful.p2p_transfer declared as Resource Modifier and Type Field Description ResourceQuote. receiverResourceQuoteParams. receiverResourceResourceGot. receiverResourceRawResource. resourceResourceQuote. senderResourceQuoteParams. senderResourceResourceGot. senderMethods in dev.vality.fistful.p2p_transfer that return Resource Modifier and Type Method Description ResourceQuote. getReceiver()ResourceQuoteParams. getReceiver()ResourceResourceGot. getReceiver()ResourceRawResource. getResource()ResourceQuote. getSender()ResourceQuoteParams. getSender()ResourceResourceGot. getSender()Methods in dev.vality.fistful.p2p_transfer with parameters of type Resource Modifier and Type Method Description QuoteQuote. setReceiver(Resource receiver)QuoteParamsQuoteParams. setReceiver(Resource receiver)ResourceGotResourceGot. setReceiver(Resource receiver)RawResourceRawResource. setResource(Resource resource)QuoteQuote. setSender(Resource sender)QuoteParamsQuoteParams. setSender(Resource sender)ResourceGotResourceGot. setSender(Resource sender)Constructors in dev.vality.fistful.p2p_transfer with parameters of type Resource Constructor Description Quote(Cash body, String created_at, String expires_on, long domain_revision, long party_revision, String identity_id, Resource sender, Resource receiver)QuoteParams(Cash body, String identity_id, Resource sender, Resource receiver)RawResource(Resource resource, ContactInfo contact_info)ResourceGot(Resource sender, Resource receiver) -
Uses of Resource in dev.vality.fistful.p2p.template
Fields in dev.vality.fistful.p2p.template declared as Resource Modifier and Type Field Description ResourceP2PTemplateQuoteParams. receiverResourceP2PTemplateQuoteParams. senderMethods in dev.vality.fistful.p2p.template that return Resource Modifier and Type Method Description ResourceP2PTemplateQuoteParams. getReceiver()ResourceP2PTemplateQuoteParams. getSender()Methods in dev.vality.fistful.p2p.template with parameters of type Resource Modifier and Type Method Description P2PTemplateQuoteParamsP2PTemplateQuoteParams. setReceiver(Resource receiver)P2PTemplateQuoteParamsP2PTemplateQuoteParams. setSender(Resource sender)Constructors in dev.vality.fistful.p2p.template with parameters of type Resource Constructor Description P2PTemplateQuoteParams(Resource sender, Resource receiver, Cash body) -
Uses of Resource in dev.vality.fistful.withdrawal
Fields in dev.vality.fistful.withdrawal declared as Resource Modifier and Type Field Description ResourceResourceGot. resourceMethods in dev.vality.fistful.withdrawal that return Resource Modifier and Type Method Description ResourceResourceGot. getResource()Methods in dev.vality.fistful.withdrawal with parameters of type Resource Modifier and Type Method Description ResourceGotResourceGot. setResource(Resource resource)Constructors in dev.vality.fistful.withdrawal with parameters of type Resource Constructor Description ResourceGot(Resource resource) -
Uses of Resource in dev.vality.fistful.withdrawal_session
Fields in dev.vality.fistful.withdrawal_session declared as Resource Modifier and Type Field Description ResourceWithdrawal. destination_resourceMethods in dev.vality.fistful.withdrawal_session that return Resource Modifier and Type Method Description ResourceWithdrawal. getDestinationResource()Methods in dev.vality.fistful.withdrawal_session with parameters of type Resource Modifier and Type Method Description WithdrawalWithdrawal. setDestinationResource(Resource destination_resource)Constructors in dev.vality.fistful.withdrawal_session with parameters of type Resource Constructor Description Withdrawal(String id, Resource destination_resource, Cash cash)