Package com.seam.api.types
Interface ThermostatsListResponse._FinalStage
-
- All Known Implementing Classes:
ThermostatsListResponse.Builder
- Enclosing class:
- ThermostatsListResponse
public static interface ThermostatsListResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThermostatsListResponse._FinalStageaddAllThermostats(java.util.List<Device> thermostats)ThermostatsListResponse._FinalStageaddThermostats(Device thermostats)ThermostatsListResponsebuild()ThermostatsListResponse._FinalStagethermostats(java.util.List<Device> thermostats)
-
-
-
Method Detail
-
build
ThermostatsListResponse build()
-
thermostats
ThermostatsListResponse._FinalStage thermostats(java.util.List<Device> thermostats)
-
addThermostats
ThermostatsListResponse._FinalStage addThermostats(Device thermostats)
-
addAllThermostats
ThermostatsListResponse._FinalStage addAllThermostats(java.util.List<Device> thermostats)
-
-