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