Uses of Class
dev.vality.damsel.webhooker.PartyEventType
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of PartyEventType in dev.vality.damsel.webhooker
Fields in dev.vality.damsel.webhooker with type parameters of type PartyEventType Modifier and Type Field Description Set<PartyEventType>PartyEventFilter. typesMethods in dev.vality.damsel.webhooker that return PartyEventType Modifier and Type Method Description static PartyEventTypePartyEventType. claim(ClaimEventType value)PartyEventTypePartyEventType. deepCopy()Methods in dev.vality.damsel.webhooker that return types with arguments of type PartyEventType Modifier and Type Method Description Set<PartyEventType>PartyEventFilter. getTypes()Iterator<PartyEventType>PartyEventFilter. getTypesIterator()Methods in dev.vality.damsel.webhooker with parameters of type PartyEventType Modifier and Type Method Description voidPartyEventFilter. addToTypes(PartyEventType elem)intPartyEventType. compareTo(PartyEventType other)booleanPartyEventType. equals(PartyEventType other)Method parameters in dev.vality.damsel.webhooker with type arguments of type PartyEventType Modifier and Type Method Description PartyEventFilterPartyEventFilter. setTypes(Set<PartyEventType> types)Constructors in dev.vality.damsel.webhooker with parameters of type PartyEventType Constructor Description PartyEventType(PartyEventType other)Constructor parameters in dev.vality.damsel.webhooker with type arguments of type PartyEventType Constructor Description PartyEventFilter(Set<PartyEventType> types)