Uses of Class
dev.vality.fistful.base.ResourceDescriptor
| Package | Description |
|---|---|
| dev.vality.fistful.base | |
| dev.vality.fistful.p2p_transfer | |
| dev.vality.fistful.withdrawal |
-
Uses of ResourceDescriptor in dev.vality.fistful.base
Methods in dev.vality.fistful.base that return ResourceDescriptor Modifier and Type Method Description static ResourceDescriptorResourceDescriptor. bank_card(ResourceDescriptorBankCard value)ResourceDescriptorResourceDescriptor. deepCopy()Methods in dev.vality.fistful.base with parameters of type ResourceDescriptor Modifier and Type Method Description intResourceDescriptor. compareTo(ResourceDescriptor other)booleanResourceDescriptor. equals(ResourceDescriptor other)Constructors in dev.vality.fistful.base with parameters of type ResourceDescriptor Constructor Description ResourceDescriptor(ResourceDescriptor other) -
Uses of ResourceDescriptor in dev.vality.fistful.p2p_transfer
Fields in dev.vality.fistful.p2p_transfer declared as ResourceDescriptor Modifier and Type Field Description ResourceDescriptorQuoteState. receiverResourceDescriptorQuoteState. senderMethods in dev.vality.fistful.p2p_transfer that return ResourceDescriptor Modifier and Type Method Description ResourceDescriptorQuoteState. getReceiver()ResourceDescriptorQuoteState. getSender()Methods in dev.vality.fistful.p2p_transfer with parameters of type ResourceDescriptor Modifier and Type Method Description QuoteStateQuoteState. setReceiver(ResourceDescriptor receiver)QuoteStateQuoteState. setSender(ResourceDescriptor sender) -
Uses of ResourceDescriptor in dev.vality.fistful.withdrawal
Fields in dev.vality.fistful.withdrawal declared as ResourceDescriptor Modifier and Type Field Description ResourceDescriptorQuote. resourceResourceDescriptorQuoteState. resourceMethods in dev.vality.fistful.withdrawal that return ResourceDescriptor Modifier and Type Method Description ResourceDescriptorQuote. getResource()ResourceDescriptorQuoteState. getResource()Methods in dev.vality.fistful.withdrawal with parameters of type ResourceDescriptor Modifier and Type Method Description QuoteQuote. setResource(ResourceDescriptor resource)QuoteStateQuoteState. setResource(ResourceDescriptor resource)