Uses of Class
com.adyen.model.nexo.ResponseModeType
-
Packages that use ResponseModeType Package Description com.adyen.model.nexo -
-
Uses of ResponseModeType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as ResponseModeType Modifier and Type Field Description protected ResponseModeTypePrintOutput. responseModeThe Response mode.protected ResponseModeTypeSoundRequest. responseModeThe Response mode.Methods in com.adyen.model.nexo that return ResponseModeType Modifier and Type Method Description static ResponseModeTypeResponseModeType. fromValue(String v)From value response mode type.ResponseModeTypePrintOutput. getResponseMode()Gets the value of the responseMode property.ResponseModeTypeSoundRequest. getResponseMode()Gets the value of the responseMode property.static ResponseModeTypeResponseModeType. 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.Methods in com.adyen.model.nexo with parameters of type ResponseModeType Modifier and Type Method Description voidPrintOutput. setResponseMode(ResponseModeType value)Sets the value of the responseMode property.voidSoundRequest. setResponseMode(ResponseModeType value)Sets the value of the responseMode property.
-