Enum IMAPClient.FETCH_ITEM_NAMES

java.lang.Object
java.lang.Enum<IMAPClient.FETCH_ITEM_NAMES>
org.apache.commons.net.imap.IMAPClient.FETCH_ITEM_NAMES
All Implemented Interfaces:
Serializable, Comparable<IMAPClient.FETCH_ITEM_NAMES>
Enclosing class:
IMAPClient

public static enum IMAPClient.FETCH_ITEM_NAMES extends Enum<IMAPClient.FETCH_ITEM_NAMES>
The message data item names for the FETCH command defined in RFC 3501.
  • Enum Constant Details

  • Constructor Details

    • FETCH_ITEM_NAMES

      private FETCH_ITEM_NAMES()
  • Method Details

    • values

      public static IMAPClient.FETCH_ITEM_NAMES[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static IMAPClient.FETCH_ITEM_NAMES valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null