| Package | Description |
|---|---|
| com.adyen.model.marketpay.notification |
| Modifier and Type | Method and Description |
|---|---|
static FieldType.FieldNameEnum |
FieldType.FieldNameEnum.fromValue(String text) |
FieldType.FieldNameEnum |
FieldType.getFieldName()
The type of the field.
|
FieldType.FieldNameEnum |
FieldType.FieldNameEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static FieldType.FieldNameEnum |
FieldType.FieldNameEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldType.FieldNameEnum[] |
FieldType.FieldNameEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FieldType |
FieldType.fieldName(FieldType.FieldNameEnum fieldName) |
void |
FieldType.setFieldName(FieldType.FieldNameEnum fieldName) |
void |
FieldType.FieldNameEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
FieldType.FieldNameEnum enumeration) |
Copyright © 2022. All rights reserved.