Uses of Class
com.influxdb.client.domain.NotificationEndpointDiscriminator
-
Uses of NotificationEndpointDiscriminator in com.influxdb.client.domain
Modifier and TypeClassDescriptionclass
HTTPNotificationEndpointclass
NotificationEndpointclass
PagerDutyNotificationEndpointclass
SlackNotificationEndpointclass
TelegramNotificationEndpointModifier and TypeMethodDescriptionTemplateSummaryDiffNotificationEndpoints.getNew()
Get _newTemplateSummaryDiffNotificationEndpoints.getOld()
Get oldModifier and TypeMethodDescriptionTemplateSummarySummary.getNotificationEndpoints()
Get notificationEndpointsModifier and TypeMethodDescriptionTemplateSummaryDiffNotificationEndpoints._new
(NotificationEndpointDiscriminator _new) TemplateSummarySummary.addNotificationEndpointsItem
(NotificationEndpointDiscriminator notificationEndpointsItem) TemplateSummaryDiffNotificationEndpoints.old
(NotificationEndpointDiscriminator old) void
TemplateSummaryDiffNotificationEndpoints.setNew
(NotificationEndpointDiscriminator _new) void
TemplateSummaryDiffNotificationEndpoints.setOld
(NotificationEndpointDiscriminator old) Modifier and TypeMethodDescriptionTemplateSummarySummary.notificationEndpoints
(List<NotificationEndpointDiscriminator> notificationEndpoints) void
TemplateSummarySummary.setNotificationEndpoints
(List<NotificationEndpointDiscriminator> notificationEndpoints)