| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected ChatMessageType |
ChatMessage.messageType |
| Modifier and Type | Method and Description |
|---|---|
Optional<ChatMessageType> |
ChatMessage.getMessageType() |
| Modifier and Type | Method and Description |
|---|---|
ChatMessage.Builder |
ChatMessage.Builder.messageType(ChatMessageType messageType) |
ChatMessage |
ChatMessage.withMessageType(ChatMessageType messageType) |
| Modifier and Type | Method and Description |
|---|---|
static ChatMessageType |
ChatMessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChatMessageType[] |
ChatMessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.