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 TypeClassDescriptionclassHTTPNotificationEndpointclassNotificationEndpointclassPagerDutyNotificationEndpointclassSlackNotificationEndpointclassTelegramNotificationEndpointMethods 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) voidTemplateSummaryDiffNotificationEndpoints.setNew(NotificationEndpointDiscriminator _new) voidTemplateSummaryDiffNotificationEndpoints.setOld(NotificationEndpointDiscriminator old) Method parameters in com.influxdb.client.domain with type arguments of type NotificationEndpointDiscriminatorModifier and TypeMethodDescriptionTemplateSummarySummary.notificationEndpoints(List<NotificationEndpointDiscriminator> notificationEndpoints) voidTemplateSummarySummary.setNotificationEndpoints(List<NotificationEndpointDiscriminator> notificationEndpoints)