| Package | Description |
|---|---|
| com.messagebird.objects.conversations |
| Modifier and Type | Field and Description |
|---|---|
protected List<ConversationWebhookEvent> |
ConversationWebhookBaseRequest.events |
| Modifier and Type | Method and Description |
|---|---|
static ConversationWebhookEvent |
ConversationWebhookEvent.forValue(String value) |
static ConversationWebhookEvent |
ConversationWebhookEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConversationWebhookEvent[] |
ConversationWebhookEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConversationWebhookEvent> |
ConversationWebhook.getEvents() |
List<ConversationWebhookEvent> |
ConversationWebhookBaseRequest.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConversationWebhook.setEvents(List<ConversationWebhookEvent> events) |
void |
ConversationWebhookBaseRequest.setEvents(List<ConversationWebhookEvent> events) |
| Constructor and Description |
|---|
ConversationWebhookCreateRequest(String channelId,
String url,
List<ConversationWebhookEvent> events) |
ConversationWebhookUpdateRequest(ConversationWebhookStatus status,
String url,
List<ConversationWebhookEvent> events) |
Copyright © 2024. All rights reserved.