Klasse NotificationEvent

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

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class NotificationEvent extends Object
NotificationEvent
  • 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

    • NotificationEvent

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

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

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using NotificationEvent(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
    • NotificationEvent

      protected NotificationEvent()
  • Methodendetails

    • builder

    • description

      public String description()
      The description of the event.
    • id

      public 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

      public String name()
      The name of the event.
    • templateEvent

      public NotificationEventTemplateEvent templateEvent()
    • description

      public NotificationEvent description(String description)
      The description of the event.
      Gibt zurück:
      this.
    • id

      public NotificationEvent id(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).
      Gibt zurück:
      this.
    • name

      public NotificationEvent name(String name)
      The name of the event.
      Gibt zurück:
      this.
    • templateEvent

      public NotificationEvent templateEvent(NotificationEventTemplateEvent templateEvent)
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object