Uses of Class
odata.msgraph.client.beta.complex.TeamworkConversationIdentity
-
Packages that use TeamworkConversationIdentity Package Description odata.msgraph.client.beta.complex -
-
Uses of TeamworkConversationIdentity in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as TeamworkConversationIdentity Modifier and Type Field Description protected TeamworkConversationIdentityChatMessageMentionedIdentitySet. conversationMethods in odata.msgraph.client.beta.complex that return TeamworkConversationIdentity Modifier and Type Method Description TeamworkConversationIdentityTeamworkConversationIdentity.Builder. build()TeamworkConversationIdentityTeamworkConversationIdentity. withConversationIdentityType(TeamworkConversationIdentityType conversationIdentityType)TeamworkConversationIdentityTeamworkConversationIdentity. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type TeamworkConversationIdentity Modifier and Type Method Description Optional<TeamworkConversationIdentity>ChatMessageMentionedIdentitySet. getConversation()Methods in odata.msgraph.client.beta.complex with parameters of type TeamworkConversationIdentity Modifier and Type Method Description ChatMessageMentionedIdentitySet.BuilderChatMessageMentionedIdentitySet.Builder. conversation(TeamworkConversationIdentity conversation)ChatMessageMentionedIdentitySetChatMessageMentionedIdentitySet. withConversation(TeamworkConversationIdentity conversation)
-