Package com.chrt.api.types
Interface DeviceSearchRes._FinalStage
-
- All Known Implementing Classes:
DeviceSearchRes.Builder
- Enclosing class:
- DeviceSearchRes
public static interface DeviceSearchRes._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeviceSearchRes._FinalStageaddAllDevices(java.util.List<DeviceLimitedForList1> devices)DeviceSearchRes._FinalStageaddDevices(DeviceLimitedForList1 devices)DeviceSearchResbuild()DeviceSearchRes._FinalStagedevices(java.util.List<DeviceLimitedForList1> devices)
-
-
-
Method Detail
-
build
DeviceSearchRes build()
-
devices
DeviceSearchRes._FinalStage devices(java.util.List<DeviceLimitedForList1> devices)
-
addDevices
DeviceSearchRes._FinalStage addDevices(DeviceLimitedForList1 devices)
-
addAllDevices
DeviceSearchRes._FinalStage addAllDevices(java.util.List<DeviceLimitedForList1> devices)
-
-