Uses of Class
ai.promoted.delivery.model.Device
-
Packages that use Device Package Description ai.promoted.delivery.model -
-
Uses of Device in ai.promoted.delivery.model
Methods in ai.promoted.delivery.model that return Device Modifier and Type Method Description DeviceDevice. brand(String brand)DeviceDevice. browser(Browser browser)DeviceDevice. deviceType(Integer deviceType)DeviceRequest. getDevice()Get deviceDeviceDevice. identifier(String identifier)DeviceDevice. ipAddress(String ipAddress)DeviceDevice. locale(Locale locale)DeviceDevice. location(Location location)DeviceDevice. manufacturer(String manufacturer)DeviceDevice. osVersion(String osVersion)DeviceDevice. platformAppVersion(String platformAppVersion)DeviceDevice. promotedMobileSdkVersion(String promotedMobileSdkVersion)DeviceDevice. screen(Screen screen)Methods in ai.promoted.delivery.model with parameters of type Device Modifier and Type Method Description RequestRequest. device(Device device)voidRequest. setDevice(Device device)
-