Package com.seam.api.types
Interface DeviceProperties._FinalStage
-
- All Known Implementing Classes:
DeviceProperties.Builder
- Enclosing class:
- DeviceProperties
public static interface DeviceProperties._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeviceProperties._FinalStageaugustMetadata(AugustDeviceMetadata augustMetadata)DeviceProperties._FinalStageaugustMetadata(java.util.Optional<AugustDeviceMetadata> augustMetadata)DevicePropertiesbuild()DeviceProperties._FinalStagecurrentClimateSetting(CurrentClimateSetting currentClimateSetting)DeviceProperties._FinalStagecurrentClimateSetting(java.util.Optional<CurrentClimateSetting> currentClimateSetting)DeviceProperties._FinalStageschlageMetadata(SchlageDeviceMetadata schlageMetadata)DeviceProperties._FinalStageschlageMetadata(java.util.Optional<SchlageDeviceMetadata> schlageMetadata)
-
-
-
Method Detail
-
build
DeviceProperties build()
-
augustMetadata
DeviceProperties._FinalStage augustMetadata(java.util.Optional<AugustDeviceMetadata> augustMetadata)
-
augustMetadata
DeviceProperties._FinalStage augustMetadata(AugustDeviceMetadata augustMetadata)
-
schlageMetadata
DeviceProperties._FinalStage schlageMetadata(java.util.Optional<SchlageDeviceMetadata> schlageMetadata)
-
schlageMetadata
DeviceProperties._FinalStage schlageMetadata(SchlageDeviceMetadata schlageMetadata)
-
currentClimateSetting
DeviceProperties._FinalStage currentClimateSetting(java.util.Optional<CurrentClimateSetting> currentClimateSetting)
-
currentClimateSetting
DeviceProperties._FinalStage currentClimateSetting(CurrentClimateSetting currentClimateSetting)
-
-