Enum Class ListResult.List_status

java.lang.Object
java.lang.Enum<ListResult.List_status>
com.isode.x400.highlevel.ListResult.List_status
All Implemented Interfaces:
Serializable, Comparable<ListResult.List_status>, Constable
Enclosing class:
ListResult

public static enum ListResult.List_status extends Enum<ListResult.List_status>
The status of a message in a Message Store mailbox can be one of three:
NEW - Never been fetched or listed
LISTED - It has been listed, but not fetched
FETCHED - The message has already been fetched
  • Enum Constant Details

  • Field Details

    • status

      public final int status
  • Method Details

    • values

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

      public static ListResult.List_status valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null