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