Uses of Class
odata.msgraph.client.beta.enums.TeamworkConversationIdentityType
-
Packages that use TeamworkConversationIdentityType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of TeamworkConversationIdentityType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as TeamworkConversationIdentityType Modifier and Type Field Description protected TeamworkConversationIdentityTypeTeamworkConversationIdentity. conversationIdentityTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type TeamworkConversationIdentityType Modifier and Type Method Description Optional<TeamworkConversationIdentityType>TeamworkConversationIdentity. getConversationIdentityType()Methods in odata.msgraph.client.beta.complex with parameters of type TeamworkConversationIdentityType Modifier and Type Method Description TeamworkConversationIdentity.BuilderTeamworkConversationIdentity.Builder. conversationIdentityType(TeamworkConversationIdentityType conversationIdentityType)TeamworkConversationIdentityTeamworkConversationIdentity. withConversationIdentityType(TeamworkConversationIdentityType conversationIdentityType) -
Uses of TeamworkConversationIdentityType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return TeamworkConversationIdentityType Modifier and Type Method Description static TeamworkConversationIdentityTypeTeamworkConversationIdentityType. valueOf(String name)Returns the enum constant of this type with the specified name.static TeamworkConversationIdentityType[]TeamworkConversationIdentityType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-