| Package | Description |
|---|---|
| com.messagebird | |
| com.messagebird.objects.conversations |
| Modifier and Type | Method and Description |
|---|---|
Conversation |
MessageBirdClient.updateConversation(String id,
ConversationStatus status)
Updates a conversation.
|
| Modifier and Type | Method and Description |
|---|---|
static ConversationStatus |
ConversationStatus.forValue(String value) |
ConversationStatus |
Conversation.getStatus() |
ConversationStatus |
ConversationUpdateRequest.getStatus() |
static ConversationStatus |
ConversationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConversationStatus[] |
ConversationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Conversation.setStatus(ConversationStatus status) |
| Constructor and Description |
|---|
ConversationUpdateRequest(ConversationStatus status) |
Copyright © 2024. All rights reserved.