Uses of Class
dev.vality.damsel.webhooker.WalletEventType
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of WalletEventType in dev.vality.damsel.webhooker
Fields in dev.vality.damsel.webhooker with type parameters of type WalletEventType Modifier and Type Field Description Set<WalletEventType>WalletEventFilter. typesMethods in dev.vality.damsel.webhooker that return WalletEventType Modifier and Type Method Description WalletEventTypeWalletEventType. deepCopy()static WalletEventTypeWalletEventType. withdrawal(WalletWithdrawalEventType value)Methods in dev.vality.damsel.webhooker that return types with arguments of type WalletEventType Modifier and Type Method Description Set<WalletEventType>WalletEventFilter. getTypes()Iterator<WalletEventType>WalletEventFilter. getTypesIterator()Methods in dev.vality.damsel.webhooker with parameters of type WalletEventType Modifier and Type Method Description voidWalletEventFilter. addToTypes(WalletEventType elem)intWalletEventType. compareTo(WalletEventType other)booleanWalletEventType. equals(WalletEventType other)Method parameters in dev.vality.damsel.webhooker with type arguments of type WalletEventType Modifier and Type Method Description WalletEventFilterWalletEventFilter. setTypes(Set<WalletEventType> types)Constructors in dev.vality.damsel.webhooker with parameters of type WalletEventType Constructor Description WalletEventType(WalletEventType other)Constructor parameters in dev.vality.damsel.webhooker with type arguments of type WalletEventType Constructor Description WalletEventFilter(Set<WalletEventType> types)