public enum NotificationEndpointType extends Enum<NotificationEndpointType>
| Modifier and Type | Class and Description |
|---|---|
static class |
NotificationEndpointType.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static NotificationEndpointType |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static NotificationEndpointType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationEndpointType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationEndpointType SLACK
public static final NotificationEndpointType PAGERDUTY
public static final NotificationEndpointType HTTP
public static final NotificationEndpointType TELEGRAM
public static NotificationEndpointType[] values()
for (NotificationEndpointType c : NotificationEndpointType.values()) System.out.println(c);
public static NotificationEndpointType 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<NotificationEndpointType>public static NotificationEndpointType fromValue(String text)
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.