Uses of Class
dev.vality.fistful.webhooker.DestinationUnauthorized
| Package | Description |
|---|---|
| dev.vality.fistful.webhooker |
-
Uses of DestinationUnauthorized in dev.vality.fistful.webhooker
Methods in dev.vality.fistful.webhooker that return DestinationUnauthorized Modifier and Type Method Description DestinationUnauthorizedDestinationUnauthorized. deepCopy()DestinationUnauthorizedDestinationEventType. getUnauthorized()Methods in dev.vality.fistful.webhooker with parameters of type DestinationUnauthorized Modifier and Type Method Description intDestinationUnauthorized. compareTo(DestinationUnauthorized other)booleanDestinationUnauthorized. equals(DestinationUnauthorized that)voidDestinationEventType. setUnauthorized(DestinationUnauthorized value)static DestinationEventTypeDestinationEventType. unauthorized(DestinationUnauthorized value)Constructors in dev.vality.fistful.webhooker with parameters of type DestinationUnauthorized Constructor Description DestinationUnauthorized(DestinationUnauthorized other)Performs a deep copy on other.