Uses of Class
odata.msgraph.client.complex.ChatMessageMentionedIdentitySet
-
Packages that use ChatMessageMentionedIdentitySet Package Description odata.msgraph.client.complex -
-
Uses of ChatMessageMentionedIdentitySet in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as ChatMessageMentionedIdentitySet Modifier and Type Field Description protected ChatMessageMentionedIdentitySetChatMessageMention. mentionedMethods in odata.msgraph.client.complex that return ChatMessageMentionedIdentitySet Modifier and Type Method Description ChatMessageMentionedIdentitySetChatMessageMentionedIdentitySet.Builder. build()ChatMessageMentionedIdentitySetChatMessageMentionedIdentitySet. withConversation(TeamworkConversationIdentity conversation)ChatMessageMentionedIdentitySetChatMessageMentionedIdentitySet. withUnmappedField(String name, String value)Methods in odata.msgraph.client.complex that return types with arguments of type ChatMessageMentionedIdentitySet Modifier and Type Method Description Optional<ChatMessageMentionedIdentitySet>ChatMessageMention. getMentioned()Methods in odata.msgraph.client.complex with parameters of type ChatMessageMentionedIdentitySet Modifier and Type Method Description ChatMessageMention.BuilderChatMessageMention.Builder. mentioned(ChatMessageMentionedIdentitySet mentioned)ChatMessageMentionChatMessageMention. withMentioned(ChatMessageMentionedIdentitySet mentioned)
-