Package com.adyen.model.balanceplatform
Enum UpdateSweepConfigurationV2.ReasonEnum
- java.lang.Object
-
- java.lang.Enum<UpdateSweepConfigurationV2.ReasonEnum>
-
- com.adyen.model.balanceplatform.UpdateSweepConfigurationV2.ReasonEnum
-
- All Implemented Interfaces:
Serializable,Comparable<UpdateSweepConfigurationV2.ReasonEnum>
- Enclosing class:
- UpdateSweepConfigurationV2
public static enum UpdateSweepConfigurationV2.ReasonEnum extends Enum<UpdateSweepConfigurationV2.ReasonEnum>
The reason for disabling the sweep.
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateSweepConfigurationV2.ReasonEnumfromValue(String value)StringgetValue()StringtoString()static UpdateSweepConfigurationV2.ReasonEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static UpdateSweepConfigurationV2.ReasonEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AMOUNTLIMITEXCEEDED
public static final UpdateSweepConfigurationV2.ReasonEnum AMOUNTLIMITEXCEEDED
-
APPROVED
public static final UpdateSweepConfigurationV2.ReasonEnum APPROVED
-
BALANCEACCOUNTTEMPORARILYBLOCKEDBYTRANSACTIONRULE
public static final UpdateSweepConfigurationV2.ReasonEnum BALANCEACCOUNTTEMPORARILYBLOCKEDBYTRANSACTIONRULE
-
COUNTERPARTYACCOUNTBLOCKED
public static final UpdateSweepConfigurationV2.ReasonEnum COUNTERPARTYACCOUNTBLOCKED
-
COUNTERPARTYACCOUNTCLOSED
public static final UpdateSweepConfigurationV2.ReasonEnum COUNTERPARTYACCOUNTCLOSED
-
COUNTERPARTYACCOUNTNOTFOUND
public static final UpdateSweepConfigurationV2.ReasonEnum COUNTERPARTYACCOUNTNOTFOUND
-
COUNTERPARTYADDRESSREQUIRED
public static final UpdateSweepConfigurationV2.ReasonEnum COUNTERPARTYADDRESSREQUIRED
-
COUNTERPARTYBANKTIMEDOUT
public static final UpdateSweepConfigurationV2.ReasonEnum COUNTERPARTYBANKTIMEDOUT
-
COUNTERPARTYBANKUNAVAILABLE
public static final UpdateSweepConfigurationV2.ReasonEnum COUNTERPARTYBANKUNAVAILABLE
-
DECLINED
public static final UpdateSweepConfigurationV2.ReasonEnum DECLINED
-
DECLINEDBYTRANSACTIONRULE
public static final UpdateSweepConfigurationV2.ReasonEnum DECLINEDBYTRANSACTIONRULE
-
ERROR
public static final UpdateSweepConfigurationV2.ReasonEnum ERROR
-
NOTENOUGHBALANCE
public static final UpdateSweepConfigurationV2.ReasonEnum NOTENOUGHBALANCE
-
PENDINGAPPROVAL
public static final UpdateSweepConfigurationV2.ReasonEnum PENDINGAPPROVAL
-
REFUSEDBYCOUNTERPARTYBANK
public static final UpdateSweepConfigurationV2.ReasonEnum REFUSEDBYCOUNTERPARTYBANK
-
ROUTENOTFOUND
public static final UpdateSweepConfigurationV2.ReasonEnum ROUTENOTFOUND
-
SCAFAILED
public static final UpdateSweepConfigurationV2.ReasonEnum SCAFAILED
-
UNKNOWN
public static final UpdateSweepConfigurationV2.ReasonEnum UNKNOWN
-
-
Method Detail
-
values
public static UpdateSweepConfigurationV2.ReasonEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (UpdateSweepConfigurationV2.ReasonEnum c : UpdateSweepConfigurationV2.ReasonEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static UpdateSweepConfigurationV2.ReasonEnum 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 nameNullPointerException- if the argument is null
-
getValue
public String getValue()
-
toString
public String toString()
- Overrides:
toStringin classEnum<UpdateSweepConfigurationV2.ReasonEnum>
-
fromValue
public static UpdateSweepConfigurationV2.ReasonEnum fromValue(String value)
-
-