Uses of Enum Class
com.influxdb.client.domain.HTTPNotificationEndpoint.MethodEnum
Packages that use HTTPNotificationEndpoint.MethodEnum
-
Uses of HTTPNotificationEndpoint.MethodEnum in com.influxdb.client
Methods in com.influxdb.client with parameters of type HTTPNotificationEndpoint.MethodEnumModifier 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
Methods in com.influxdb.client.domain that return HTTPNotificationEndpoint.MethodEnumModifier 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.Methods in com.influxdb.client.domain with parameters of type HTTPNotificationEndpoint.MethodEnumModifier and TypeMethodDescriptionHTTPNotificationEndpoint.method(HTTPNotificationEndpoint.MethodEnum method) voidHTTPNotificationEndpoint.setMethod(HTTPNotificationEndpoint.MethodEnum method) voidHTTPNotificationEndpoint.MethodEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, HTTPNotificationEndpoint.MethodEnum enumeration)