public enum DsBlock extends Enum<DsBlock>
| Enum Constant and Description |
|---|
ALERTS |
CURRENTLY |
DAILY |
FLAGS |
HOURLY |
MINUTELY |
| Modifier and Type | Method and Description |
|---|---|
String |
getJsonValue() |
static DsBlock |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DsBlock[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DsBlock CURRENTLY
public static final DsBlock MINUTELY
public static final DsBlock HOURLY
public static final DsBlock DAILY
public static final DsBlock ALERTS
public static final DsBlock FLAGS
public static DsBlock[] values()
for (DsBlock c : DsBlock.values()) System.out.println(c);
public static DsBlock valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getJsonValue()
Copyright © 2016–2020. All rights reserved.