Uses of Class
org.apache.hupa.shared.data.Message.IMAPFlag

Packages that use Message.IMAPFlag
org.apache.hupa.shared.data   
org.apache.hupa.shared.rpc   
 

Uses of Message.IMAPFlag in org.apache.hupa.shared.data
 

Methods in org.apache.hupa.shared.data that return Message.IMAPFlag
static Message.IMAPFlag Message.IMAPFlag.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Message.IMAPFlag[] Message.IMAPFlag.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hupa.shared.data that return types with arguments of type Message.IMAPFlag
 ArrayList<Message.IMAPFlag> Message.getFlags()
           
 

Method parameters in org.apache.hupa.shared.data with type arguments of type Message.IMAPFlag
 void Message.setFlags(ArrayList<Message.IMAPFlag> flags)
           
 

Uses of Message.IMAPFlag in org.apache.hupa.shared.rpc
 

Methods in org.apache.hupa.shared.rpc that return Message.IMAPFlag
 Message.IMAPFlag SetFlag.getFlag()
           
 

Constructors in org.apache.hupa.shared.rpc with parameters of type Message.IMAPFlag
SetFlag(IMAPFolder folder, Message.IMAPFlag flag, boolean value, ArrayList<Long> uids)
           
 



Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.