Package com.seam.api.types
Enum DevicesListRequestManufacturer
- java.lang.Object
-
- java.lang.Enum<DevicesListRequestManufacturer>
-
- com.seam.api.types.DevicesListRequestManufacturer
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<DevicesListRequestManufacturer>
public enum DevicesListRequestManufacturer extends java.lang.Enum<DevicesListRequestManufacturer>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()static DevicesListRequestManufacturervalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DevicesListRequestManufacturer[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AKUVOX
public static final DevicesListRequestManufacturer AKUVOX
-
AUGUST
public static final DevicesListRequestManufacturer AUGUST
-
BRIVO
public static final DevicesListRequestManufacturer BRIVO
-
BUTTERFLYMX
public static final DevicesListRequestManufacturer BUTTERFLYMX
-
DOORKING
public static final DevicesListRequestManufacturer DOORKING
-
GENIE
public static final DevicesListRequestManufacturer GENIE
-
IGLOO
public static final DevicesListRequestManufacturer IGLOO
-
KEYWE
public static final DevicesListRequestManufacturer KEYWE
-
KWIKSET
public static final DevicesListRequestManufacturer KWIKSET
-
LINEAR
public static final DevicesListRequestManufacturer LINEAR
-
LOCKLY
public static final DevicesListRequestManufacturer LOCKLY
-
NUKI
public static final DevicesListRequestManufacturer NUKI
-
PHILIA
public static final DevicesListRequestManufacturer PHILIA
-
SALTO
public static final DevicesListRequestManufacturer SALTO
-
SAMSUNG
public static final DevicesListRequestManufacturer SAMSUNG
-
SCHLAGE
public static final DevicesListRequestManufacturer SCHLAGE
-
SEAM
public static final DevicesListRequestManufacturer SEAM
-
UNKNOWN
public static final DevicesListRequestManufacturer UNKNOWN
-
YALE
public static final DevicesListRequestManufacturer YALE
-
MINUT
public static final DevicesListRequestManufacturer MINUT
-
TWO_N
public static final DevicesListRequestManufacturer TWO_N
-
TTLOCK
public static final DevicesListRequestManufacturer TTLOCK
-
NEST
public static final DevicesListRequestManufacturer NEST
-
IGLOOHOME
public static final DevicesListRequestManufacturer IGLOOHOME
-
ECOBEE
public static final DevicesListRequestManufacturer ECOBEE
-
HUBITAT
public static final DevicesListRequestManufacturer HUBITAT
-
-
Method Detail
-
values
public static DevicesListRequestManufacturer[] 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 (DevicesListRequestManufacturer c : DevicesListRequestManufacturer.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DevicesListRequestManufacturer 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<DevicesListRequestManufacturer>
-
-