Uses of Class
org.openiam.base.response.data.DeviceResponse
-
Packages that use DeviceResponse Package Description org.openiam.esb.core.device.service org.openiam.esb.core.device.service.impl org.openiam.srvc.device -
-
Uses of DeviceResponse in org.openiam.esb.core.device.service
Methods in org.openiam.esb.core.device.service that return DeviceResponse Modifier and Type Method Description DeviceResponseDeviceDataService. create(DeviceDTO deviceDTO) -
Uses of DeviceResponse in org.openiam.esb.core.device.service.impl
Methods in org.openiam.esb.core.device.service.impl that return DeviceResponse Modifier and Type Method Description DeviceResponseDeviceDataServiceImpl. create(DeviceDTO deviceDTO) -
Uses of DeviceResponse in org.openiam.srvc.device
Methods in org.openiam.srvc.device that return DeviceResponse Modifier and Type Method Description DeviceResponseDeviceDataWebService. create(DeviceDTO deviceDTO)DeviceResponseDeviceDataWebServiceImpl. create(DeviceDTO deviceDTO)DeviceResponseDeviceDataWebService. getDeviceByToken(String deviceToken)DeviceResponseDeviceDataWebServiceImpl. getDeviceByToken(String id)
-