Interface AnonymousCartSignInMode

All Superinterfaces:
io.vrap.rmf.base.client.JsonEnum
All Known Implementing Classes:
AnonymousCartSignInMode.AnonymousCartSignInModeEnum

public interface AnonymousCartSignInMode extends io.vrap.rmf.base.client.JsonEnum
AnonymousCartSignInMode
  • Field Details

    • MERGE_WITH_EXISTING_CUSTOMER_CART

      static final AnonymousCartSignInMode MERGE_WITH_EXISTING_CUSTOMER_CART

      If set, LineItems of an anonymous Cart are merged with the active Customer Cart that has been modified most recently. The CartState of the anonymous Cart changes to Merged while the CartState of the Customer's Cart remains Active. If a LineItem or CustomLineItem in the anonymous Cart matches an existing Line Item or Custom Line Item in the Customer's Cart, the maximum quantity of both line items is used as the new quantity.

    • USE_AS_NEW_ACTIVE_CUSTOMER_CART

      static final AnonymousCartSignInMode USE_AS_NEW_ACTIVE_CUSTOMER_CART

      If set, an anonymous Cart is used as the new active Customer Cart, and no LineItems are merged.

  • Method Details

    • getJsonName

      String getJsonName()
      the JSON value
      Specified by:
      getJsonName in interface io.vrap.rmf.base.client.JsonEnum
      Returns:
      json value
    • name

      String name()
      the enum value
      Specified by:
      name in interface io.vrap.rmf.base.client.JsonEnum
      Returns:
      name
    • toString

      String toString()
      convert value to string
      Specified by:
      toString in interface io.vrap.rmf.base.client.JsonEnum
      Overrides:
      toString in class Object
      Returns:
      string representation
    • findEnum

      static AnonymousCartSignInMode findEnum(String value)
      factory method for a enum value of AnonymousCartSignInMode if no enum has been found an anonymous instance will be created
      Parameters:
      value - the enum value to be wrapped
      Returns:
      enum instance
    • findEnumViaJsonName

      static Optional<AnonymousCartSignInMode> findEnumViaJsonName(String jsonName)
      method to find enum using the JSON value
      Parameters:
      jsonName - the json value to be wrapped
      Returns:
      optional of enum instance
    • values

      static AnonymousCartSignInMode[] values()
      possible enum values
      Returns:
      array of possible enum values