| Package | Description |
|---|---|
| com.adyen.model.nexo |
| Modifier and Type | Field and Description |
|---|---|
protected OutputFormatType |
MenuEntry.outputFormat
The Output format.
|
protected OutputFormatType |
OutputContent.outputFormat
The Output format.
|
| Modifier and Type | Method and Description |
|---|---|
static OutputFormatType |
OutputFormatType.fromValue(String v)
From value output format type.
|
OutputFormatType |
MenuEntry.getOutputFormat()
Gets the value of the outputFormat property.
|
OutputFormatType |
OutputContent.getOutputFormat()
Gets the value of the outputFormat property.
|
static OutputFormatType |
OutputFormatType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputFormatType[] |
OutputFormatType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MenuEntry.setOutputFormat(OutputFormatType value)
Sets the value of the outputFormat property.
|
void |
OutputContent.setOutputFormat(OutputFormatType value)
Sets the value of the outputFormat property.
|
Copyright © 2022. All rights reserved.