Uses of Class
dev.vality.damsel.webhooker.PartyEventFilter
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of PartyEventFilter in dev.vality.damsel.webhooker
Methods in dev.vality.damsel.webhooker that return PartyEventFilter Modifier and Type Method Description PartyEventFilterPartyEventFilter. deepCopy()PartyEventFilterEventFilter. getParty()PartyEventFilterPartyEventFilter. setTypes(Set<PartyEventType> types)Methods in dev.vality.damsel.webhooker with parameters of type PartyEventFilter Modifier and Type Method Description intPartyEventFilter. compareTo(PartyEventFilter other)booleanPartyEventFilter. equals(PartyEventFilter that)static EventFilterEventFilter. party(PartyEventFilter value)voidEventFilter. setParty(PartyEventFilter value)Constructors in dev.vality.damsel.webhooker with parameters of type PartyEventFilter Constructor Description PartyEventFilter(PartyEventFilter other)Performs a deep copy on other.