Uses of Enum Class
com.influxdb.client.domain.NotificationEndpointType
-
Uses of NotificationEndpointType in com.influxdb.client.domain
Modifier and TypeMethodDescriptionstatic NotificationEndpointType
NotificationEndpointBase.getType()
Get typeNotificationEndpointType.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static NotificationEndpointType
Returns the enum constant of this class with the specified name.static NotificationEndpointType[]
NotificationEndpointType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
NotificationEndpointBase.setType
(NotificationEndpointType type) NotificationEndpointBase.type
(NotificationEndpointType type) void
NotificationEndpointType.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, NotificationEndpointType enumeration)