@Entity public class SimpleWebhookApp extends WebhookApp
Constructor and Description |
---|
SimpleWebhookApp() |
SimpleWebhookApp(String method,
String authorization,
String uri) |
Modifier and Type | Method and Description |
---|---|
String |
getAppName() |
String |
getAuthorization() |
String |
getMethod() |
String |
getUri() |
void |
setAuthorization(String authorization) |
void |
setMethod(String method) |
void |
setUri(String uri) |
getId, setId
public static final String APP_NAME
public String getMethod()
public void setMethod(String method)
public String getUri()
public void setUri(String uri)
public String getAuthorization()
public void setAuthorization(String authorization)
public String getAppName()
getAppName
in class WebhookApp
Copyright © 2017 DocDoku. All rights reserved.