Uses of Class
dev.vality.damsel.message_sender.MessageAttachment
Packages that use MessageAttachment
-
Uses of MessageAttachment in dev.vality.damsel.message_sender
Fields in dev.vality.damsel.message_sender with type parameters of type MessageAttachmentMethods in dev.vality.damsel.message_sender that return MessageAttachmentModifier and TypeMethodDescriptionMessageAttachment.deepCopy()MessageAttachment.setData(byte[] data) MessageAttachment.setData(ByteBuffer data) MessageAttachment.setMimeType(String mime_type) Methods in dev.vality.damsel.message_sender that return types with arguments of type MessageAttachmentModifier and TypeMethodDescriptionMessageMail.getAttachments()MessageMail.getAttachmentsIterator()Methods in dev.vality.damsel.message_sender with parameters of type MessageAttachmentModifier and TypeMethodDescriptionvoidMessageMail.addToAttachments(MessageAttachment elem) intMessageAttachment.compareTo(MessageAttachment other) booleanMessageAttachment.equals(MessageAttachment that) Method parameters in dev.vality.damsel.message_sender with type arguments of type MessageAttachmentModifier and TypeMethodDescriptionMessageMail.setAttachments(List<MessageAttachment> attachments) Constructors in dev.vality.damsel.message_sender with parameters of type MessageAttachmentModifierConstructorDescriptionPerforms a deep copy on other.