Uses of Class
com.influxdb.client.domain.NotificationEndpointDiscriminator
Packages that use NotificationEndpointDiscriminator
-
Uses of NotificationEndpointDiscriminator in com.influxdb.client.domain
Subclasses of NotificationEndpointDiscriminator in com.influxdb.client.domainModifier and TypeClassDescriptionclass
HTTPNotificationEndpointclass
NotificationEndpointclass
PagerDutyNotificationEndpointclass
SlackNotificationEndpointclass
TelegramNotificationEndpointMethods in com.influxdb.client.domain that return NotificationEndpointDiscriminatorModifier and TypeMethodDescriptionTemplateSummaryDiffNotificationEndpoints.getNew()
Get _newTemplateSummaryDiffNotificationEndpoints.getOld()
Get oldMethods in com.influxdb.client.domain that return types with arguments of type NotificationEndpointDiscriminatorModifier and TypeMethodDescriptionTemplateSummarySummary.getNotificationEndpoints()
Get notificationEndpointsMethods in com.influxdb.client.domain with parameters of type NotificationEndpointDiscriminatorModifier and TypeMethodDescriptionTemplateSummaryDiffNotificationEndpoints._new
(NotificationEndpointDiscriminator _new) TemplateSummarySummary.addNotificationEndpointsItem
(NotificationEndpointDiscriminator notificationEndpointsItem) TemplateSummaryDiffNotificationEndpoints.old
(NotificationEndpointDiscriminator old) void
TemplateSummaryDiffNotificationEndpoints.setNew
(NotificationEndpointDiscriminator _new) void
TemplateSummaryDiffNotificationEndpoints.setOld
(NotificationEndpointDiscriminator old) Method parameters in com.influxdb.client.domain with type arguments of type NotificationEndpointDiscriminatorModifier and TypeMethodDescriptionTemplateSummarySummary.notificationEndpoints
(List<NotificationEndpointDiscriminator> notificationEndpoints) void
TemplateSummarySummary.setNotificationEndpoints
(List<NotificationEndpointDiscriminator> notificationEndpoints)