Uses of Class
dev.vality.fistful.fistful_stat.DestinationResource
| Package | Description |
|---|---|
| dev.vality.fistful.fistful_stat |
-
Uses of DestinationResource in dev.vality.fistful.fistful_stat
Fields in dev.vality.fistful.fistful_stat declared as DestinationResource Modifier and Type Field Description DestinationResourceStatDestination. resourceMethods in dev.vality.fistful.fistful_stat that return DestinationResource Modifier and Type Method Description static DestinationResourceDestinationResource. bank_card(BankCard value)static DestinationResourceDestinationResource. crypto_wallet(CryptoWallet value)DestinationResourceDestinationResource. deepCopy()static DestinationResourceDestinationResource. digital_wallet(DigitalWallet value)DestinationResourceStatDestination. getResource()Methods in dev.vality.fistful.fistful_stat with parameters of type DestinationResource Modifier and Type Method Description intDestinationResource. compareTo(DestinationResource other)booleanDestinationResource. equals(DestinationResource other)StatDestinationStatDestination. setResource(DestinationResource resource)Constructors in dev.vality.fistful.fistful_stat with parameters of type DestinationResource Constructor Description DestinationResource(DestinationResource other)StatDestination(String id, String name, String identity, String currency_symbolic_code, DestinationResource resource)