Uses of Class
com.quartzdesk.service.msgrecv.v5_0.MessageAttachment

Packages that use MessageAttachment
com.quartzdesk.service.msgrecv.v5_0   
 

Uses of MessageAttachment in com.quartzdesk.service.msgrecv.v5_0
 

Fields in com.quartzdesk.service.msgrecv.v5_0 with type parameters of type MessageAttachment
protected  List<MessageAttachment> Message.attachments
           
 

Methods in com.quartzdesk.service.msgrecv.v5_0 that return MessageAttachment
 MessageAttachment ObjectFactory.createMessageAttachment()
          Create an instance of MessageAttachment
 MessageAttachment MessageAttachment.withContents(String value)
           
 MessageAttachment MessageAttachment.withEncoding(String value)
           
 MessageAttachment MessageAttachment.withMimeType(String value)
           
 MessageAttachment MessageAttachment.withName(String value)
           
 

Methods in com.quartzdesk.service.msgrecv.v5_0 that return types with arguments of type MessageAttachment
 List<MessageAttachment> Message.getAttachments()
          Gets the value of the attachments property.
 

Methods in com.quartzdesk.service.msgrecv.v5_0 with parameters of type MessageAttachment
 Message Message.withAttachments(MessageAttachment... values)
           
 

Method parameters in com.quartzdesk.service.msgrecv.v5_0 with type arguments of type MessageAttachment
 void Message.setAttachments(List<MessageAttachment> attachments)
          Sets the value of the attachments property.
 Message Message.withAttachments(Collection<MessageAttachment> values)
           
 



Copyright © 2013–2017 QuartzDesk.com. All rights reserved.