Uses of Enum Class
com.influxdb.client.domain.NotificationEndpointType
Packages that use NotificationEndpointType
-
Uses of NotificationEndpointType in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return NotificationEndpointTypeModifier 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.Methods in com.influxdb.client.domain with parameters of type NotificationEndpointTypeModifier and TypeMethodDescriptionvoid
NotificationEndpointBase.setType
(NotificationEndpointType type) NotificationEndpointBase.type
(NotificationEndpointType type) void
NotificationEndpointType.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, NotificationEndpointType enumeration)