public static enum PaymentsProductsCardProcessingSubscriptionInformation.SelfServiceabilityEnum extends Enum<PaymentsProductsCardProcessingSubscriptionInformation.SelfServiceabilityEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentsProductsCardProcessingSubscriptionInformation.SelfServiceabilityEnum.Adapter |
| Enum Constant and Description |
|---|
NOT_SELF_SERVICEABLE |
SELF_SERVICE_ONLY |
SELF_SERVICEABLE |
| Modifier and Type | Method and Description |
|---|---|
static PaymentsProductsCardProcessingSubscriptionInformation.SelfServiceabilityEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static PaymentsProductsCardProcessingSubscriptionInformation.SelfServiceabilityEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentsProductsCardProcessingSubscriptionInformation.SelfServiceabilityEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaymentsProductsCardProcessingSubscriptionInformation.SelfServiceabilityEnum SELF_SERVICEABLE
public static final PaymentsProductsCardProcessingSubscriptionInformation.SelfServiceabilityEnum NOT_SELF_SERVICEABLE
public static final PaymentsProductsCardProcessingSubscriptionInformation.SelfServiceabilityEnum SELF_SERVICE_ONLY
public static PaymentsProductsCardProcessingSubscriptionInformation.SelfServiceabilityEnum[] values()
for (PaymentsProductsCardProcessingSubscriptionInformation.SelfServiceabilityEnum c : PaymentsProductsCardProcessingSubscriptionInformation.SelfServiceabilityEnum.values()) System.out.println(c);
public static PaymentsProductsCardProcessingSubscriptionInformation.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<PaymentsProductsCardProcessingSubscriptionInformation.SelfServiceabilityEnum>public static PaymentsProductsCardProcessingSubscriptionInformation.SelfServiceabilityEnum fromValue(String text)
Copyright © 2024. All rights reserved.