Enum QuoteState

java.lang.Object
java.lang.Enum<QuoteState>
com.commercetools.graphql.api.types.QuoteState
All Implemented Interfaces:
Serializable, Comparable<QuoteState>, java.lang.constant.Constable

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

    • Accepted

      public static final QuoteState Accepted
    • Declined

      public static final QuoteState Declined
    • DeclinedForRenegotiation

      public static final QuoteState DeclinedForRenegotiation
    • Pending

      public static final QuoteState Pending
    • RenegotiationAddressed

      public static final QuoteState RenegotiationAddressed
    • Withdrawn

      public static final QuoteState Withdrawn
  • Method Details

    • values

      public static QuoteState[] 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 QuoteState 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