Enum Class YoomoneyEvent

java.lang.Object
java.lang.Enum<YoomoneyEvent>
ru.bitel.bgbilling.modules.yoomoney.server.bean.YoomoneyEvent
All Implemented Interfaces:
Serializable, Comparable<YoomoneyEvent>, Constable

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

    • PAYMENT_WAITING_FOR_CAPTURE

      public static final YoomoneyEvent PAYMENT_WAITING_FOR_CAPTURE
    • PAYMENT_SUCCEEDED

      public static final YoomoneyEvent PAYMENT_SUCCEEDED
    • PAYMENT_CANCELED

      public static final YoomoneyEvent PAYMENT_CANCELED
    • REFUND_SUCCEEDED

      public static final YoomoneyEvent REFUND_SUCCEEDED
  • Method Details

    • values

      public static YoomoneyEvent[] 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 YoomoneyEvent 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
    • getEventName

      public String getEventName()
    • getYoomoneyPaymentEventByEvent

      public static YoomoneyEvent getYoomoneyPaymentEventByEvent(String eventName)