Uses of Class
com.adyen.model.nexo.Response
-
Packages that use Response Package Description com.adyen.model.nexo -
-
Uses of Response in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as Response Modifier and Type Field Description protected ResponseAdminResponse. responseThe Response.protected ResponseBalanceInquiryResponse. responseThe Response.protected ResponseBatchResponse. responseThe Response.protected ResponseCardAcquisitionResponse. responseThe Response.protected ResponseCardReaderAPDUResponse. responseThe Response.protected ResponseCardReaderInitResponse. responseThe Response.protected ResponseCardReaderPowerOffResponse. responseThe Response.protected ResponseDiagnosisResponse. responseThe Response.protected ResponseEnableServiceResponse. responseThe Response.protected ResponseGetTotalsResponse. responseThe Response.protected ResponseInputResult. responseThe Response.protected ResponseLoginResponse. responseThe Response.protected ResponseLogoutResponse. responseThe Response.protected ResponseLoyaltyResponse. responseThe Response.protected ResponseOutputResult. responseThe Response.protected ResponsePaymentResponse. responseThe Response.protected ResponsePerformedTransaction. responseThe Response.protected ResponsePINResponse. responseThe Response.protected ResponsePrintResponse. responseThe Response.protected ResponseReconciliationResponse. responseThe Response.protected ResponseReversalResponse. responseThe Response.protected ResponseSoundResponse. responseThe Response.protected ResponseStoredValueResponse. responseThe Response.protected ResponseTransactionStatusResponse. responseThe Response.protected ResponseTransmitResponse. responseThe Response.Methods in com.adyen.model.nexo that return Response Modifier and Type Method Description ResponseObjectFactory. createResponse()Create an instance ofResponseResponseAdminResponse. getResponse()Gets the value of the response property.ResponseBalanceInquiryResponse. getResponse()Gets the value of the response property.ResponseBatchResponse. getResponse()Gets the value of the response property.ResponseCardAcquisitionResponse. getResponse()Gets the value of the response property.ResponseCardReaderAPDUResponse. getResponse()Gets the value of the response property.ResponseCardReaderInitResponse. getResponse()Gets the value of the response property.ResponseCardReaderPowerOffResponse. getResponse()Gets the value of the response property.ResponseDiagnosisResponse. getResponse()Gets the value of the response property.ResponseEnableServiceResponse. getResponse()Gets the value of the response property.ResponseGetTotalsResponse. getResponse()Gets the value of the response property.ResponseInputResult. getResponse()Gets the value of the response property.ResponseLoginResponse. getResponse()Gets the value of the response property.ResponseLogoutResponse. getResponse()Gets the value of the response property.ResponseLoyaltyResponse. getResponse()Gets the value of the response property.ResponseOutputResult. getResponse()Gets the value of the response property.ResponsePaymentResponse. getResponse()Gets the value of the response property.ResponsePerformedTransaction. getResponse()Gets the value of the response property.ResponsePINResponse. getResponse()Gets the value of the response property.ResponsePrintResponse. getResponse()Gets the value of the response property.ResponseReconciliationResponse. getResponse()Gets the value of the response property.ResponseReversalResponse. getResponse()Gets the value of the response property.ResponseSoundResponse. getResponse()Gets the value of the response property.ResponseStoredValueResponse. getResponse()Gets the value of the response property.ResponseTransactionStatusResponse. getResponse()Gets the value of the response property.ResponseTransmitResponse. getResponse()Gets the value of the response property.Methods in com.adyen.model.nexo with parameters of type Response Modifier and Type Method Description voidAdminResponse. setResponse(Response value)Sets the value of the response property.voidBalanceInquiryResponse. setResponse(Response value)Sets the value of the response property.voidBatchResponse. setResponse(Response value)Sets the value of the response property.voidCardAcquisitionResponse. setResponse(Response value)Sets the value of the response property.voidCardReaderAPDUResponse. setResponse(Response value)Sets the value of the response property.voidCardReaderInitResponse. setResponse(Response value)Sets the value of the response property.voidCardReaderPowerOffResponse. setResponse(Response value)Sets the value of the response property.voidDiagnosisResponse. setResponse(Response value)Sets the value of the response property.voidEnableServiceResponse. setResponse(Response value)Sets the value of the response property.voidGetTotalsResponse. setResponse(Response value)Sets the value of the response property.voidInputResult. setResponse(Response value)Sets the value of the response property.voidLoginResponse. setResponse(Response value)Sets the value of the response property.voidLogoutResponse. setResponse(Response value)Sets the value of the response property.voidLoyaltyResponse. setResponse(Response value)Sets the value of the response property.voidOutputResult. setResponse(Response value)Sets the value of the response property.voidPaymentResponse. setResponse(Response value)Sets the value of the response property.voidPerformedTransaction. setResponse(Response value)Sets the value of the response property.voidPINResponse. setResponse(Response value)Sets the value of the response property.voidPrintResponse. setResponse(Response value)Sets the value of the response property.voidReconciliationResponse. setResponse(Response value)Sets the value of the response property.voidReversalResponse. setResponse(Response value)Sets the value of the response property.voidSoundResponse. setResponse(Response value)Sets the value of the response property.voidStoredValueResponse. setResponse(Response value)Sets the value of the response property.voidTransactionStatusResponse. setResponse(Response value)Sets the value of the response property.voidTransmitResponse. setResponse(Response value)Sets the value of the response property.
-