public abstract class ConversationWebhookBaseRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<ConversationWebhookEvent> |
events |
protected String |
url |
| Constructor and Description |
|---|
ConversationWebhookBaseRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<ConversationWebhookEvent> |
getEvents() |
protected abstract String |
getRequestName() |
protected abstract String |
getStringRepresentationOfExtraParameters() |
String |
getUrl() |
void |
setEvents(List<ConversationWebhookEvent> events) |
void |
setUrl(String url) |
String |
toString() |
protected String url
protected List<ConversationWebhookEvent> events
public String getUrl()
public void setUrl(String url)
public List<ConversationWebhookEvent> getEvents()
public void setEvents(List<ConversationWebhookEvent> events)
protected abstract String getRequestName()
protected abstract String getStringRepresentationOfExtraParameters()
Copyright © 2024. All rights reserved.