Package com.seam.api.types
Class ThermostatsGetResponse.Builder
- java.lang.Object
-
- com.seam.api.types.ThermostatsGetResponse.Builder
-
- All Implemented Interfaces:
ThermostatsGetResponse._FinalStage,ThermostatsGetResponse.OkStage,ThermostatsGetResponse.ThermostatStage
- Enclosing class:
- ThermostatsGetResponse
public static final class ThermostatsGetResponse.Builder extends java.lang.Object implements ThermostatsGetResponse.ThermostatStage, ThermostatsGetResponse.OkStage, ThermostatsGetResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThermostatsGetResponsebuild()ThermostatsGetResponse.Builderfrom(ThermostatsGetResponse other)ThermostatsGetResponse._FinalStageok(boolean ok)ThermostatsGetResponse.OkStagethermostat(Device thermostat)
-
-
-
Method Detail
-
from
public ThermostatsGetResponse.Builder from(ThermostatsGetResponse other)
- Specified by:
fromin interfaceThermostatsGetResponse.ThermostatStage
-
thermostat
public ThermostatsGetResponse.OkStage thermostat(Device thermostat)
- Specified by:
thermostatin interfaceThermostatsGetResponse.ThermostatStage
-
ok
public ThermostatsGetResponse._FinalStage ok(boolean ok)
- Specified by:
okin interfaceThermostatsGetResponse.OkStage
-
build
public ThermostatsGetResponse build()
- Specified by:
buildin interfaceThermostatsGetResponse._FinalStage
-
-