Package com.seam.api.types
Enum ThermostatsListRequestDeviceTypesItem
- java.lang.Object
-
- java.lang.Enum<ThermostatsListRequestDeviceTypesItem>
-
- com.seam.api.types.ThermostatsListRequestDeviceTypesItem
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ThermostatsListRequestDeviceTypesItem>
public enum ThermostatsListRequestDeviceTypesItem extends java.lang.Enum<ThermostatsListRequestDeviceTypesItem>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()static ThermostatsListRequestDeviceTypesItemvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ThermostatsListRequestDeviceTypesItem[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AKUVOX_LOCK
public static final ThermostatsListRequestDeviceTypesItem AKUVOX_LOCK
-
AUGUST_LOCK
public static final ThermostatsListRequestDeviceTypesItem AUGUST_LOCK
-
BRIVO_ACCESS_POINT
public static final ThermostatsListRequestDeviceTypesItem BRIVO_ACCESS_POINT
-
BUTTERFLYMX_PANEL
public static final ThermostatsListRequestDeviceTypesItem BUTTERFLYMX_PANEL
-
DOORKING_LOCK
public static final ThermostatsListRequestDeviceTypesItem DOORKING_LOCK
-
GENIE_DOOR
public static final ThermostatsListRequestDeviceTypesItem GENIE_DOOR
-
IGLOO_LOCK
public static final ThermostatsListRequestDeviceTypesItem IGLOO_LOCK
-
LINEAR_LOCK
public static final ThermostatsListRequestDeviceTypesItem LINEAR_LOCK
-
LOCKLY_LOCK
public static final ThermostatsListRequestDeviceTypesItem LOCKLY_LOCK
-
KWIKSET_LOCK
public static final ThermostatsListRequestDeviceTypesItem KWIKSET_LOCK
-
NUKI_LOCK
public static final ThermostatsListRequestDeviceTypesItem NUKI_LOCK
-
SALTO_LOCK
public static final ThermostatsListRequestDeviceTypesItem SALTO_LOCK
-
SCHLAGE_LOCK
public static final ThermostatsListRequestDeviceTypesItem SCHLAGE_LOCK
-
SEAM_RELAY
public static final ThermostatsListRequestDeviceTypesItem SEAM_RELAY
-
SMARTTHINGS_LOCK
public static final ThermostatsListRequestDeviceTypesItem SMARTTHINGS_LOCK
-
YALE_LOCK
public static final ThermostatsListRequestDeviceTypesItem YALE_LOCK
-
TWO_N_INTERCOM
public static final ThermostatsListRequestDeviceTypesItem TWO_N_INTERCOM
-
CONTROLBYWEB_DEVICE
public static final ThermostatsListRequestDeviceTypesItem CONTROLBYWEB_DEVICE
-
TTLOCK_LOCK
public static final ThermostatsListRequestDeviceTypesItem TTLOCK_LOCK
-
IGLOOHOME_LOCK
public static final ThermostatsListRequestDeviceTypesItem IGLOOHOME_LOCK
-
HUBITAT_LOCK
public static final ThermostatsListRequestDeviceTypesItem HUBITAT_LOCK
-
NOISEAWARE_ACTIVITY_ZONE
public static final ThermostatsListRequestDeviceTypesItem NOISEAWARE_ACTIVITY_ZONE
-
MINUT_SENSOR
public static final ThermostatsListRequestDeviceTypesItem MINUT_SENSOR
-
ECOBEE_THERMOSTAT
public static final ThermostatsListRequestDeviceTypesItem ECOBEE_THERMOSTAT
-
NEST_THERMOSTAT
public static final ThermostatsListRequestDeviceTypesItem NEST_THERMOSTAT
-
-
Method Detail
-
values
public static ThermostatsListRequestDeviceTypesItem[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ThermostatsListRequestDeviceTypesItem c : ThermostatsListRequestDeviceTypesItem.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ThermostatsListRequestDeviceTypesItem valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Enum<ThermostatsListRequestDeviceTypesItem>
-
-