Uses of Class
com.microsoft.graph.models.ChatMessage
Packages that use ChatMessage
-
Uses of ChatMessage in com.microsoft.graph.models
Subclasses of ChatMessage in com.microsoft.graph.modelsMethods in com.microsoft.graph.models that return ChatMessageModifier and TypeMethodDescriptionstatic ChatMessageChatMessage.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valuePinnedChatMessageInfo.getMessage()Gets the message property value.Methods in com.microsoft.graph.models that return types with arguments of type ChatMessageModifier and TypeMethodDescriptionChannel.getMessages()Gets the messages property value.Chat.getMessages()Gets the messages property value.ChatMessage.getReplies()Gets the replies property value.ChatMessageCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type ChatMessageModifier and TypeMethodDescriptionvoidPinnedChatMessageInfo.setMessage(ChatMessage value) Sets the message property value.Method parameters in com.microsoft.graph.models with type arguments of type ChatMessageModifier and TypeMethodDescriptionvoidChannel.setMessages(List<ChatMessage> value) Sets the messages property value.voidChat.setMessages(List<ChatMessage> value) Sets the messages property value.voidChatMessage.setReplies(List<ChatMessage> value) Sets the replies property value.voidChatMessageCollectionResponse.setValue(List<ChatMessage> value) Sets the value property value.