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