Uses of Class
com.adyen.model.nexo.POIStatus
-
Packages that use POIStatus Package Description com.adyen.model.nexo -
-
Uses of POIStatus in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as POIStatus Modifier and Type Field Description protected POIStatusDiagnosisResponse. poiStatusThe Poi status.protected POIStatusPOISystemData. poiStatusThe Poi status.Methods in com.adyen.model.nexo that return POIStatus Modifier and Type Method Description POIStatusObjectFactory. createPOIStatus()Create an instance ofPOIStatusPOIStatusDiagnosisResponse. getPOIStatus()Gets the value of the poiStatus property.POIStatusPOISystemData. getPOIStatus()Gets the value of the poiStatus property.Methods in com.adyen.model.nexo with parameters of type POIStatus Modifier and Type Method Description voidDiagnosisResponse. setPOIStatus(POIStatus value)Sets the value of the poiStatus property.voidPOISystemData. setPOIStatus(POIStatus value)Sets the value of the poiStatus property.
-