public static enum PaymentsProductsCardPresentConnectSubscriptionInformation.SelfServiceabilityEnum extends Enum<PaymentsProductsCardPresentConnectSubscriptionInformation.SelfServiceabilityEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentsProductsCardPresentConnectSubscriptionInformation.SelfServiceabilityEnum.Adapter |
| Enum Constant and Description |
|---|
SERVICEABLE |
| Modifier and Type | Method and Description |
|---|---|
static PaymentsProductsCardPresentConnectSubscriptionInformation.SelfServiceabilityEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static PaymentsProductsCardPresentConnectSubscriptionInformation.SelfServiceabilityEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentsProductsCardPresentConnectSubscriptionInformation.SelfServiceabilityEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaymentsProductsCardPresentConnectSubscriptionInformation.SelfServiceabilityEnum SERVICEABLE
public static PaymentsProductsCardPresentConnectSubscriptionInformation.SelfServiceabilityEnum[] values()
for (PaymentsProductsCardPresentConnectSubscriptionInformation.SelfServiceabilityEnum c : PaymentsProductsCardPresentConnectSubscriptionInformation.SelfServiceabilityEnum.values()) System.out.println(c);
public static PaymentsProductsCardPresentConnectSubscriptionInformation.SelfServiceabilityEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<PaymentsProductsCardPresentConnectSubscriptionInformation.SelfServiceabilityEnum>public static PaymentsProductsCardPresentConnectSubscriptionInformation.SelfServiceabilityEnum fromValue(String text)
Copyright © 2024. All rights reserved.