| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
ChatMessageMention |
ChatMessageMention.Builder.build() |
ChatMessageMention |
ChatMessageMention.withId(Integer id) |
ChatMessageMention |
ChatMessageMention.withMentioned(IdentitySet mentioned) |
ChatMessageMention |
ChatMessageMention.withMentionText(String mentionText) |
| Modifier and Type | Field and Description |
|---|---|
protected List<ChatMessageMention> |
ChatMessage.mentions |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<ChatMessageMention> |
ChatMessage.getMentions() |
com.github.davidmoten.odata.client.CollectionPage<ChatMessageMention> |
ChatMessage.getMentions(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
ChatMessage.Builder |
ChatMessage.Builder.mentions(ChatMessageMention... mentions) |
| Modifier and Type | Method and Description |
|---|---|
ChatMessage.Builder |
ChatMessage.Builder.mentions(List<ChatMessageMention> mentions) |
Copyright © 2018–2020. All rights reserved.