Klasse EventNotificationGroup

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

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

    • groupId

      protected String groupId
      The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.
    • name

      protected String name
      The name of group.
    • self

      protected URI self
      The URL for these group details.
  • Konstruktordetails

    • EventNotificationGroup

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

      @Internal public EventNotificationGroup(String groupId, String name, URI self)
      Constructs a validated instance of EventNotificationGroup.

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

      Parameter:
      groupId - The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.
      name - The name of group.
      self - The URL for these group details.
    • EventNotificationGroup

      protected EventNotificationGroup()
  • Methodendetails

    • builder

    • groupId

      public String groupId()
      The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.
    • name

      public String name()
      The name of group.
    • self

      public URI self()
      The URL for these group details.
    • groupId

      public EventNotificationGroup groupId(String groupId)
      The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.
      Gibt zurück:
      this.
    • name

      public EventNotificationGroup name(String name)
      The name of group.
      Gibt zurück:
      this.
    • self

      public EventNotificationGroup self(URI self)
      The URL for these group details.
      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