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 DeviceResponse
DeviceDataService. 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 DeviceResponse
DeviceDataServiceImpl. 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 DeviceResponse
DeviceDataWebService. create(DeviceDTO deviceDTO)
DeviceResponse
DeviceDataWebServiceImpl. create(DeviceDTO deviceDTO)
DeviceResponse
DeviceDataWebService. getDeviceByToken(String deviceToken)
DeviceResponse
DeviceDataWebServiceImpl. getDeviceByToken(String id)
-