java.lang.Object
java.lang.Enum<Step>
dev.vality.adapter.flow.lib.constant.Step
All Implemented Interfaces:
Serializable, Comparable<Step>, Constable

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

    • PRE_AUTH

      public static final Step PRE_AUTH
    • AUTH

      public static final Step AUTH
    • PAY

      public static final Step PAY
    • GENERATE_TOKEN

      public static final Step GENERATE_TOKEN
    • FINISH_THREE_DS_V1

      public static final Step FINISH_THREE_DS_V1
    • FINISH_THREE_DS_V2

      public static final Step FINISH_THREE_DS_V2
    • CANCEL

      public static final Step CANCEL
    • REFUND

      public static final Step REFUND
    • CHECK_STATUS

      public static final Step CHECK_STATUS
    • CHECK_STATUS_3DS_V2

      public static final Step CHECK_STATUS_3DS_V2
    • CHECK_NEED_3DS_V2

      public static final Step CHECK_NEED_3DS_V2
    • CAPTURE

      public static final Step CAPTURE
    • DO_NOTHING

      public static final Step DO_NOTHING
  • Method Details

    • values

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