Uses of Class
odata.msgraph.client.beta.enums.ChatMessageType
-
Packages that use ChatMessageType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of ChatMessageType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ChatMessageType Modifier and Type Field Description protected ChatMessageTypeChatMessage. messageTypeprotected ChatMessageTypeChatMessageInfo. messageTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type ChatMessageType Modifier and Type Method Description Optional<ChatMessageType>ChatMessage. getMessageType()Optional<ChatMessageType>ChatMessageInfo. getMessageType()Methods in odata.msgraph.client.beta.entity with parameters of type ChatMessageType Modifier and Type Method Description ChatMessage.BuilderChatMessage.Builder. messageType(ChatMessageType messageType)ChatMessageInfo.BuilderChatMessageInfo.Builder. messageType(ChatMessageType messageType)ChatMessageChatMessage. withMessageType(ChatMessageType messageType)ChatMessageInfoChatMessageInfo. withMessageType(ChatMessageType messageType) -
Uses of ChatMessageType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ChatMessageType Modifier and Type Method Description static ChatMessageTypeChatMessageType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChatMessageType[]ChatMessageType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-