Module com.s8.api

Enum Class SendMailS8Request.Status

java.lang.Object
java.lang.Enum<SendMailS8Request.Status>
com.s8.api.flow.mail.SendMailS8Request.Status
All Implemented Interfaces:
Serializable, Comparable<SendMailS8Request.Status>, Constable
Enclosing class:
SendMailS8Request

public static enum SendMailS8Request.Status extends Enum<SendMailS8Request.Status>
Response status
  • Enum Constant Details

    • OK

      public static final SendMailS8Request.Status OK
      Successful sending
    • MAIL_REJECTED_BY_OUTGOING_SERVER

      public static final SendMailS8Request.Status MAIL_REJECTED_BY_OUTGOING_SERVER
      Mail has been rejected by the outgoing server
    • MAIL_REJECTED_BY_INCOMING_SERVER

      public static final SendMailS8Request.Status MAIL_REJECTED_BY_INCOMING_SERVER
      Mail has been rejected by the incoming server
    • INVALID_COMPOSING

      public static final SendMailS8Request.Status INVALID_COMPOSING
      Composing failed
  • Method Details

    • values

      public static SendMailS8Request.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 SendMailS8Request.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