Uses of Class
dev.vality.fistful.webhooker.DestinationEventType
| Package | Description |
|---|---|
| dev.vality.fistful.webhooker |
-
Uses of DestinationEventType in dev.vality.fistful.webhooker
Methods in dev.vality.fistful.webhooker that return DestinationEventType Modifier and Type Method Description static DestinationEventTypeDestinationEventType. authorized(DestinationAuthorized value)static DestinationEventTypeDestinationEventType. created(DestinationCreated value)DestinationEventTypeDestinationEventType. deepCopy()DestinationEventTypeEventType. getDestination()static DestinationEventTypeDestinationEventType. unauthorized(DestinationUnauthorized value)Methods in dev.vality.fistful.webhooker with parameters of type DestinationEventType Modifier and Type Method Description intDestinationEventType. compareTo(DestinationEventType other)static EventTypeEventType. destination(DestinationEventType value)booleanDestinationEventType. equals(DestinationEventType other)voidEventType. setDestination(DestinationEventType value)Constructors in dev.vality.fistful.webhooker with parameters of type DestinationEventType Constructor Description DestinationEventType(DestinationEventType other)