Enum MailMetadata

java.lang.Object
java.lang.Enum<MailMetadata>
org.qubership.atp.ram.enums.MailMetadata
All Implemented Interfaces:
Serializable, Comparable<MailMetadata>, java.lang.constant.Constable

public enum MailMetadata extends Enum<MailMetadata>
  • Enum Constant Details

    • EXECUTION_REQUEST_ID

      public static final MailMetadata EXECUTION_REQUEST_ID
    • ATP_RAM

      public static final MailMetadata ATP_RAM
    • PROJECT_ID

      public static final MailMetadata PROJECT_ID
  • Method Details

    • values

      public static MailMetadata[] 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 MailMetadata 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
    • getValue

      public String getValue()