Klasse FoundGroup

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

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

      protected String html
      The group name with the matched query string highlighted with the HTML bold tag.
    • labels

      protected List<GroupLabel> labels
    • name

      protected String name
      The name of the group. The name of a group is mutable, to reliably identify a group use groupId.
  • Konstruktordetails

    • FoundGroup

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

      @Internal public FoundGroup(String groupId, String html, List<GroupLabel> labels, String name)
      Constructs a validated instance of FoundGroup.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using FoundGroup(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*.
      html - The group name with the matched query string highlighted with the HTML bold tag.
      labels - labels
      name - The name of the group. The name of a group is mutable, to reliably identify a group use groupId.
    • FoundGroup

      protected FoundGroup()
  • Methodendetails

    • builder

      public static FoundGroup.FoundGroupBuilder 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*.
    • html

      public String html()
      The group name with the matched query string highlighted with the HTML bold tag.
    • labels

      public List<GroupLabel> labels()
    • name

      public String name()
      The name of the group. The name of a group is mutable, to reliably identify a group use groupId.
    • groupId

      public FoundGroup 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.
    • html

      public FoundGroup html(String html)
      The group name with the matched query string highlighted with the HTML bold tag.
      Gibt zurück:
      this.
    • labels

      public FoundGroup labels(List<GroupLabel> labels)
      Gibt zurück:
      this.
    • name

      public FoundGroup name(String name)
      The name of the group. The name of a group is mutable, to reliably identify a group use groupId.
      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