Package net.commuty.parking.model
Class WebhookMessage
java.lang.Object
net.commuty.parking.model.WebhookMessage
This holds the message sent to a webhook.
This is basically an operation (create/remove) on a granted access right.
This class can be used to marshall/unmarshall webhook messages.
-
Constructor Summary
ConstructorsConstructorDescriptionWebhookMessage(UUID id, AccessRight accessRight, WebhookMessageOperation operation) -
Method Summary