Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Enum Class CryptoUpdateTransactionBody.ReceiverSigRequiredFieldCase
java.lang.Object
java.lang.Enum<CryptoUpdateTransactionBody.ReceiverSigRequiredFieldCase>
com.hedera.hashgraph.sdk.proto.CryptoUpdateTransactionBody.ReceiverSigRequiredFieldCase
- All Implemented Interfaces:
Serializable,Comparable<CryptoUpdateTransactionBody.ReceiverSigRequiredFieldCase>,Constable
- Enclosing class:
CryptoUpdateTransactionBody
public static enum CryptoUpdateTransactionBody.ReceiverSigRequiredFieldCase
extends Enum<CryptoUpdateTransactionBody.ReceiverSigRequiredFieldCase>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
-
Enum Constant Details
-
RECEIVERSIGREQUIRED
-
RECEIVERSIGREQUIREDWRAPPER
public static final CryptoUpdateTransactionBody.ReceiverSigRequiredFieldCase RECEIVERSIGREQUIREDWRAPPER -
RECEIVERSIGREQUIREDFIELD_NOT_SET
public static final CryptoUpdateTransactionBody.ReceiverSigRequiredFieldCase RECEIVERSIGREQUIREDFIELD_NOT_SET
-
-
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
-
valueOf
@Deprecated public static CryptoUpdateTransactionBody.ReceiverSigRequiredFieldCase valueOf(int value) Deprecated.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:
value- 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
-
forNumber
-
getNumber
public int getNumber()
-