Uses of Class
org.starhope.appius.messaging.Message.Delivery

Packages that use Message.Delivery
org.starhope.appius.messaging   
 

Uses of Message.Delivery in org.starhope.appius.messaging
 

Fields in org.starhope.appius.messaging declared as Message.Delivery
private  Message.Delivery Message.delivery
          The means by which the message was (intended to be) delivered.
 

Methods in org.starhope.appius.messaging that return Message.Delivery
 Message.Delivery Message.getDelivery()
           
static Message.Delivery Message.Delivery.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Message.Delivery[] Message.Delivery.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.starhope.appius.messaging with parameters of type Message.Delivery
 void Message.setDelivery(Message.Delivery delivery)