Package viam.app.v1
Enum Class Billing.PaymentMethodType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,Serializable
,Comparable<Billing.PaymentMethodType>
,Constable
- Enclosing class:
- Billing
public static enum Billing.PaymentMethodType
extends Enum<Billing.PaymentMethodType>
implements com.google.protobuf.Internal.EnumLite
Protobuf enum
viam.app.v1.PaymentMethodType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionPAYMENT_METHOD_TYPE_CARD = 1;
PAYMENT_METHOD_TYPE_UNSPECIFIED = 0;
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
PAYMENT_METHOD_TYPE_CARD = 1;
static final int
PAYMENT_METHOD_TYPE_UNSPECIFIED = 0;
-
Method Summary
Modifier and TypeMethodDescriptionstatic Billing.PaymentMethodType
forNumber
(int value) final int
static com.google.protobuf.Internal.EnumLiteMap<Billing.PaymentMethodType>
static com.google.protobuf.Internal.EnumVerifier
static Billing.PaymentMethodType
valueOf
(int value) Deprecated.static Billing.PaymentMethodType
Returns the enum constant of this class with the specified name.static Billing.PaymentMethodType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PAYMENT_METHOD_TYPE_UNSPECIFIED
PAYMENT_METHOD_TYPE_UNSPECIFIED = 0;
-
PAYMENT_METHOD_TYPE_CARD
PAYMENT_METHOD_TYPE_CARD = 1;
-
UNRECOGNIZED
-
-
Field Details
-
PAYMENT_METHOD_TYPE_UNSPECIFIED_VALUE
public static final int PAYMENT_METHOD_TYPE_UNSPECIFIED_VALUEPAYMENT_METHOD_TYPE_UNSPECIFIED = 0;
- See Also:
-
PAYMENT_METHOD_TYPE_CARD_VALUE
public static final int PAYMENT_METHOD_TYPE_CARD_VALUEPAYMENT_METHOD_TYPE_CARD = 1;
- See Also:
-
-
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
-
getNumber
public final int getNumber()- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
-
valueOf
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
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<Billing.PaymentMethodType> internalGetValueMap() -
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-