Uses of Enum Class
com.influxdb.client.domain.HTTPNotificationEndpoint.AuthMethodEnum
-
Uses of HTTPNotificationEndpoint.AuthMethodEnum in com.influxdb.client.domain
Modifier and TypeMethodDescriptionHTTPNotificationEndpoint.getAuthMethod()
Get authMethodHTTPNotificationEndpoint.AuthMethodEnum.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this class with the specified name.HTTPNotificationEndpoint.AuthMethodEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionHTTPNotificationEndpoint.authMethod
(HTTPNotificationEndpoint.AuthMethodEnum authMethod) void
HTTPNotificationEndpoint.setAuthMethod
(HTTPNotificationEndpoint.AuthMethodEnum authMethod) void
HTTPNotificationEndpoint.AuthMethodEnum.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, HTTPNotificationEndpoint.AuthMethodEnum enumeration)