Enum CartState.CartStateEnum

java.lang.Object
java.lang.Enum<CartState.CartStateEnum>
com.commercetools.api.models.cart.CartState.CartStateEnum
All Implemented Interfaces:
CartState, io.vrap.rmf.base.client.JsonEnum, Serializable, Comparable<CartState.CartStateEnum>, java.lang.constant.Constable
Enclosing interface:
CartState

public static enum CartState.CartStateEnum extends Enum<CartState.CartStateEnum> implements CartState
possible values of CartState
  • Enum Constant Details

  • Method Details

    • values

      public static CartState.CartStateEnum[] 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 CartState.CartStateEnum 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
    • getJsonName

      public String getJsonName()
      Description copied from interface: CartState
      the JSON value
      Specified by:
      getJsonName in interface CartState
      Specified by:
      getJsonName in interface io.vrap.rmf.base.client.JsonEnum
      Returns:
      json value
    • toString

      public String toString()
      Description copied from interface: CartState
      convert value to string
      Specified by:
      toString in interface CartState
      Specified by:
      toString in interface io.vrap.rmf.base.client.JsonEnum
      Overrides:
      toString in class Enum<CartState.CartStateEnum>
      Returns:
      string representation