Uses of Class
dev.vality.bouncer.context.v1.WalletGrant
| Package | Description |
|---|---|
| dev.vality.bouncer.context.v1 |
-
Uses of WalletGrant in dev.vality.bouncer.context.v1
Fields in dev.vality.bouncer.context.v1 with type parameters of type WalletGrant Modifier and Type Field Description Set<WalletGrant>ContextWalletAPI. grantsMethods in dev.vality.bouncer.context.v1 that return WalletGrant Modifier and Type Method Description WalletGrantWalletGrant. deepCopy()WalletGrantWalletGrant. setBody(Cash body)WalletGrantWalletGrant. setCreatedAt(String created_at)WalletGrantWalletGrant. setDestination(String destination)WalletGrantWalletGrant. setExpiresOn(String expires_on)WalletGrantWalletGrant. setWallet(String wallet)Methods in dev.vality.bouncer.context.v1 that return types with arguments of type WalletGrant Modifier and Type Method Description Set<WalletGrant>ContextWalletAPI. getGrants()Iterator<WalletGrant>ContextWalletAPI. getGrantsIterator()Methods in dev.vality.bouncer.context.v1 with parameters of type WalletGrant Modifier and Type Method Description voidContextWalletAPI. addToGrants(WalletGrant elem)intWalletGrant. compareTo(WalletGrant other)booleanWalletGrant. equals(WalletGrant that)Method parameters in dev.vality.bouncer.context.v1 with type arguments of type WalletGrant Modifier and Type Method Description ContextWalletAPIContextWalletAPI. setGrants(Set<WalletGrant> grants)Constructors in dev.vality.bouncer.context.v1 with parameters of type WalletGrant Constructor Description WalletGrant(WalletGrant other)Performs a deep copy on other.