Uses of Class
com.microsoft.graph.models.Attachment
Packages that use Attachment
-
Uses of Attachment in com.microsoft.graph.models
Subclasses of Attachment in com.microsoft.graph.modelsModifier and TypeClassDescriptionclassclassclassMethods in com.microsoft.graph.models that return AttachmentModifier and TypeMethodDescriptionstatic AttachmentAttachment.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 AttachmentModifier and TypeMethodDescriptionEvent.getAttachments()Gets the attachments property value.Message.getAttachments()Gets the attachments property value.Post.getAttachments()Gets the attachments property value.AttachmentCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type AttachmentModifier and TypeMethodDescriptionvoidEvent.setAttachments(List<Attachment> value) Sets the attachments property value.voidMessage.setAttachments(List<Attachment> value) Sets the attachments property value.voidPost.setAttachments(List<Attachment> value) Sets the attachments property value.voidAttachmentCollectionResponse.setValue(List<Attachment> value) Sets the value property value.