Enum Class EOS_ESanctionAppealReason
java.lang.Object
java.lang.Enum<EOS_ESanctionAppealReason>
host.anzo.eossdk.eos.sdk.sanctions.enums.EOS_ESanctionAppealReason
- All Implemented Interfaces:
com.sun.jna.NativeMapped,Serializable,Comparable<EOS_ESanctionAppealReason>,Constable
public enum EOS_ESanctionAppealReason
extends Enum<EOS_ESanctionAppealReason>
implements com.sun.jna.NativeMapped
- Since:
- 3/24/2024
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe user admits to rulebreaking, but still appeals for forgivenessThe account was compromised, typically this means stolenIncorrectly placed sanctionNot usedThe punishment is considered too severe by the user -
Method Summary
Modifier and TypeMethodDescriptionfromNative(Object nativeValue, com.sun.jna.FromNativeContext context) Class<?>toNative()static EOS_ESanctionAppealReasonReturns the enum constant of this class with the specified name.static EOS_ESanctionAppealReason[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EOS_SAR_Invalid
Not used -
EOS_SAR_IncorrectSanction
Incorrectly placed sanction -
EOS_SAR_CompromisedAccount
The account was compromised, typically this means stolen -
EOS_SAR_UnfairPunishment
The punishment is considered too severe by the user -
EOS_SAR_AppealForForgiveness
The user admits to rulebreaking, but still appeals for forgiveness
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
fromNative
- Specified by:
fromNativein interfacecom.sun.jna.NativeMapped
-
toNative
- Specified by:
toNativein interfacecom.sun.jna.NativeMapped
-
nativeType
- Specified by:
nativeTypein interfacecom.sun.jna.NativeMapped
-