public enum TemplateKind extends Enum<TemplateKind>
| Modifier and Type | Class and Description |
|---|---|
static class |
TemplateKind.Adapter |
| Enum Constant and Description |
|---|
BUCKET |
CHECK |
CHECKDEADMAN |
CHECKTHRESHOLD |
DASHBOARD |
LABEL |
NOTIFICATIONENDPOINT |
NOTIFICATIONENDPOINTHTTP |
NOTIFICATIONENDPOINTPAGERDUTY |
NOTIFICATIONENDPOINTSLACK |
NOTIFICATIONRULE |
TASK |
TELEGRAF |
VARIABLE |
| Modifier and Type | Method and Description |
|---|---|
static TemplateKind |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static TemplateKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemplateKind BUCKET
public static final TemplateKind CHECK
public static final TemplateKind CHECKDEADMAN
public static final TemplateKind CHECKTHRESHOLD
public static final TemplateKind DASHBOARD
public static final TemplateKind LABEL
public static final TemplateKind NOTIFICATIONENDPOINT
public static final TemplateKind NOTIFICATIONENDPOINTHTTP
public static final TemplateKind NOTIFICATIONENDPOINTPAGERDUTY
public static final TemplateKind NOTIFICATIONENDPOINTSLACK
public static final TemplateKind NOTIFICATIONRULE
public static final TemplateKind TASK
public static final TemplateKind TELEGRAF
public static final TemplateKind VARIABLE
public static TemplateKind[] values()
for (TemplateKind c : TemplateKind.values()) System.out.println(c);
public static TemplateKind 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 getValue()
public String toString()
toString in class Enum<TemplateKind>public static TemplateKind fromValue(String text)
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.