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