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 NotificationEndpointTypeNotificationEndpointBase.getType()Get typeNotificationEndpointType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static NotificationEndpointTypeReturns 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 TypeMethodDescriptionvoidNotificationEndpointBase.setType(NotificationEndpointType type) NotificationEndpointBase.type(NotificationEndpointType type) voidNotificationEndpointType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, NotificationEndpointType enumeration)