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