Uses of Class
com.microsoft.graph.models.ChatMessageAttachment
Packages that use ChatMessageAttachment
-
Uses of ChatMessageAttachment in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ChatMessageAttachmentModifier and TypeMethodDescriptionstatic ChatMessageAttachmentChatMessageAttachment.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type ChatMessageAttachmentModifier and TypeMethodDescriptionChatMessage.getAttachments()Gets the attachments property value.Method parameters in com.microsoft.graph.models with type arguments of type ChatMessageAttachmentModifier and TypeMethodDescriptionvoidChatMessage.setAttachments(List<ChatMessageAttachment> value) Sets the attachments property value.