Uses of Class
com.microsoft.graph.models.Message
Packages that use Message
-
Uses of Message in com.microsoft.graph.models
Subclasses of Message in com.microsoft.graph.modelsModifier and TypeClassDescriptionclassclassclassclassMethods in com.microsoft.graph.models that return MessageModifier and TypeMethodDescriptionstatic MessageMessage.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 MessageModifier and TypeMethodDescriptionMailFolder.getMessages()Gets the messages property value.User.getMessages()Gets the messages property value.MessageCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type MessageModifier and TypeMethodDescriptionvoidMailFolder.setMessages(List<Message> value) Sets the messages property value.voidUser.setMessages(List<Message> value) Sets the messages property value.voidSets the value property value.