| Package | Description |
|---|---|
| com.adyen.model.nexo |
| Modifier and Type | Field and Description |
|---|---|
protected ResponseModeType |
PrintOutput.responseMode
The Response mode.
|
protected ResponseModeType |
SoundRequest.responseMode
The Response mode.
|
| Modifier and Type | Method and Description |
|---|---|
static ResponseModeType |
ResponseModeType.fromValue(String v)
From value response mode type.
|
ResponseModeType |
PrintOutput.getResponseMode()
Gets the value of the responseMode property.
|
ResponseModeType |
SoundRequest.getResponseMode()
Gets the value of the responseMode property.
|
static ResponseModeType |
ResponseModeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseModeType[] |
ResponseModeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrintOutput.setResponseMode(ResponseModeType value)
Sets the value of the responseMode property.
|
void |
SoundRequest.setResponseMode(ResponseModeType value)
Sets the value of the responseMode property.
|
Copyright © 2022. All rights reserved.