@Entity public abstract class WebhookApp extends Object implements Serializable
WebhookApp class wraps the inner logic necessary for
the implementation of a Webhook.SimpleWebhookApp,
SNSWebhookApp,
Serialized Form| Constructor and Description |
|---|
WebhookApp() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getAppName() |
int |
getId() |
void |
setId(int id) |
public int getId()
public void setId(int id)
public abstract String getAppName()
Copyright © 2018 DocDoku. All rights reserved.