Uses of Enum Class
com.influxdb.client.domain.HTTPNotificationEndpoint.MethodEnum
-
Uses of HTTPNotificationEndpoint.MethodEnum in com.influxdb.client
Modifier and TypeMethodDescriptionNotificationEndpointsApi.createHTTPEndpoint
(String name, String url, HTTPNotificationEndpoint.MethodEnum method, String orgID) Add new HTTP notification endpoint without authentication.NotificationEndpointsApi.createHTTPEndpointBasicAuth
(String name, String url, HTTPNotificationEndpoint.MethodEnum method, String username, String password, String orgID) Add new HTTP notification endpoint with Http Basic authentication.NotificationEndpointsApi.createHTTPEndpointBearer
(String name, String url, HTTPNotificationEndpoint.MethodEnum method, String token, String orgID) Add new HTTP notification endpoint with Bearer authentication. -
Uses of HTTPNotificationEndpoint.MethodEnum in com.influxdb.client.domain
Modifier and TypeMethodDescriptionHTTPNotificationEndpoint.getMethod()
Get methodHTTPNotificationEndpoint.MethodEnum.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this class with the specified name.static HTTPNotificationEndpoint.MethodEnum[]
HTTPNotificationEndpoint.MethodEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionHTTPNotificationEndpoint.method
(HTTPNotificationEndpoint.MethodEnum method) void
HTTPNotificationEndpoint.setMethod
(HTTPNotificationEndpoint.MethodEnum method) void
HTTPNotificationEndpoint.MethodEnum.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, HTTPNotificationEndpoint.MethodEnum enumeration)