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