Uses of Class
com.openexchange.mail.MailFields

Packages that use MailFields
com.openexchange.mail   
 

Uses of MailFields in com.openexchange.mail
 

Methods in com.openexchange.mail that return MailFields
 MailFields MailFields.add(MailField mailField)
          Adds specified MailField constant.
 

Methods in com.openexchange.mail with parameters of type MailFields
 boolean MailFields.containsAll(MailFields mailFields)
          Checks if all of specified mail field constants is contained.
 boolean MailFields.containsAny(MailFields mailFields)
          Checks if any of specified mail field constants is contained.
 boolean MailFields.removeAll(MailFields otherFields)
          Removes from this instance all of its fields that are contained in the specified mail fields.
 boolean MailFields.retainAll(MailFields otherFields)
          Retains only the fields in this instance that are contained in the specified mail fields.
 

Constructors in com.openexchange.mail with parameters of type MailFields
MailFields(MailFields mailFields)
          Copy constructor: Initializes a new MailFields from specified mail fields.