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

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

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

Fields in com.quartzdesk.service.msgrecv.v5_0 declared as Message
protected  Message ReceiveMessageRequest.message
           
 

Methods in com.quartzdesk.service.msgrecv.v5_0 that return Message
 Message ObjectFactory.createMessage()
          Create an instance of Message
 Message ReceiveMessageRequest.getMessage()
          Gets the value of the message property.
 Message Message.withAttachments(Collection<MessageAttachment> values)
           
 Message Message.withAttachments(MessageAttachment... values)
           
 Message Message.withBody(String value)
           
 Message Message.withCreatedAt(Calendar value)
           
 Message Message.withCreatedBy(String value)
           
 Message Message.withSubject(String value)
           
 

Methods in com.quartzdesk.service.msgrecv.v5_0 with parameters of type Message
 void ReceiveMessageRequest.setMessage(Message value)
          Sets the value of the message property.
 ReceiveMessageRequest ReceiveMessageRequest.withMessage(Message value)
           
 



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