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