Uses of Class
dev.vality.fistful.webhooker.DestinationAuthorized
| Package | Description |
|---|---|
| dev.vality.fistful.webhooker |
-
Uses of DestinationAuthorized in dev.vality.fistful.webhooker
Methods in dev.vality.fistful.webhooker that return DestinationAuthorized Modifier and Type Method Description DestinationAuthorizedDestinationAuthorized. deepCopy()DestinationAuthorizedDestinationEventType. getAuthorized()Methods in dev.vality.fistful.webhooker with parameters of type DestinationAuthorized Modifier and Type Method Description static DestinationEventTypeDestinationEventType. authorized(DestinationAuthorized value)intDestinationAuthorized. compareTo(DestinationAuthorized other)booleanDestinationAuthorized. equals(DestinationAuthorized that)voidDestinationEventType. setAuthorized(DestinationAuthorized value)Constructors in dev.vality.fistful.webhooker with parameters of type DestinationAuthorized Constructor Description DestinationAuthorized(DestinationAuthorized other)Performs a deep copy on other.