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