Klasse NotificationEventTemplateEvent

java.lang.Object
io.github.primelib.jira4j.restv3.model.NotificationEventTemplateEvent

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class NotificationEventTemplateEvent extends Object
NotificationEventTemplateEvent
  • Felddetails

    • description

      protected String description
      The description of the event.
    • id

      protected Long id
      The ID of the event. The event can be a [Jira system event](https://confluence.atlassian.com/x/8YdKLg#Creatinganotificationscheme-eventsEvents) or a [custom event](https://confluence.atlassian.com/x/AIlKLg).
    • name

      protected String name
      The name of the event.
    • templateEvent

      protected NotificationEventTemplateEvent templateEvent
  • Konstruktordetails

    • NotificationEventTemplateEvent

      public NotificationEventTemplateEvent(Consumer<NotificationEventTemplateEvent> spec)
      Constructs a validated instance of NotificationEventTemplateEvent.
      Parameter:
      spec - the specification to process
    • NotificationEventTemplateEvent

      @Internal public NotificationEventTemplateEvent(String description, Long id, String name, NotificationEventTemplateEvent templateEvent)
      Constructs a validated instance of NotificationEventTemplateEvent.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using NotificationEventTemplateEvent(Consumer) instead.

      Parameter:
      description - The description of the event.
      id - The ID of the event. The event can be a [Jira system event](https://confluence.atlassian.com/x/8YdKLg#Creatinganotificationscheme-eventsEvents) or a [custom event](https://confluence.atlassian.com/x/AIlKLg).
      name - The name of the event.
      templateEvent - var.name
    • NotificationEventTemplateEvent

      protected NotificationEventTemplateEvent()
  • Methodendetails