Klasse GroupName

java.lang.Object
io.github.primelib.jira4j.restv2.model.GroupName

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

    • GroupName

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

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

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

      protected GroupName()
  • Methodendetails

    • builder

      public static GroupName.GroupNameBuilder 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 GroupName 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 GroupName name(String name)
      The name of group.
      Gibt zurück:
      this.
    • self

      public GroupName 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