public static enum TmpEnum.DeviceShadowUpdateType extends java.lang.Enum<TmpEnum.DeviceShadowUpdateType>
| Enum Constant and Description |
|---|
UPDATE_OPTION_ALL |
UPDATE_OPTION_DEVICE_DETAIL_INFO |
UPDATE_OPTION_PROPERTIES |
UPDATE_OPTION_STATUS |
UPDATE_OPTION_TSL |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static TmpEnum.DeviceShadowUpdateType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TmpEnum.DeviceShadowUpdateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TmpEnum.DeviceShadowUpdateType UPDATE_OPTION_TSL
public static final TmpEnum.DeviceShadowUpdateType UPDATE_OPTION_DEVICE_DETAIL_INFO
public static final TmpEnum.DeviceShadowUpdateType UPDATE_OPTION_PROPERTIES
public static final TmpEnum.DeviceShadowUpdateType UPDATE_OPTION_STATUS
public static final TmpEnum.DeviceShadowUpdateType UPDATE_OPTION_ALL
public static TmpEnum.DeviceShadowUpdateType[] values()
for (TmpEnum.DeviceShadowUpdateType c : TmpEnum.DeviceShadowUpdateType.values()) System.out.println(c);
public static TmpEnum.DeviceShadowUpdateType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getValue()