Uses of Class
odata.msgraph.client.complex.ChatMessageMention
-
Packages that use ChatMessageMention Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of ChatMessageMention in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return ChatMessageMention Modifier and Type Method Description ChatMessageMentionChatMessageMention.Builder. build()ChatMessageMentionChatMessageMention. withId(Integer id)ChatMessageMentionChatMessageMention. withMentioned(ChatMessageMentionedIdentitySet mentioned)ChatMessageMentionChatMessageMention. withMentionText(String mentionText)ChatMessageMentionChatMessageMention. withUnmappedField(String name, Object value) -
Uses of ChatMessageMention in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type ChatMessageMention Modifier and Type Field Description protected List<ChatMessageMention>ChatMessage. mentionsMethods in odata.msgraph.client.entity that return types with arguments of type ChatMessageMention Modifier and Type Method 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)Methods in odata.msgraph.client.entity with parameters of type ChatMessageMention Modifier and Type Method Description ChatMessage.BuilderChatMessage.Builder. mentions(ChatMessageMention... mentions)Method parameters in odata.msgraph.client.entity with type arguments of type ChatMessageMention Modifier and Type Method Description ChatMessage.BuilderChatMessage.Builder. mentions(List<ChatMessageMention> mentions)ChatMessageChatMessage. withMentions(List<ChatMessageMention> mentions)
-