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

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

    • expand

      protected String expand
      Expand options that include additional group details in the response.
    • 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.
    • users

      protected GroupUsers users
  • Konstruktordetails

    • Group

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

      @Internal public Group(String expand, String groupId, String name, URI self, GroupUsers users)
      Constructs a validated instance of Group.

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

      Parameter:
      expand - Expand options that include additional group details in the response.
      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.
      users - var.name
    • Group

      protected Group()
  • Methodendetails

    • builder

      public static Group.GroupBuilder builder()
    • expand

      public String expand()
      Expand options that include additional group details in the response.
    • 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.
    • users

      public GroupUsers users()
    • expand

      public Group expand(String expand)
      Expand options that include additional group details in the response.
      Gibt zurück:
      this.
    • groupId

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

      public Group self(URI self)
      The URL for these group details.
      Gibt zurück:
      this.
    • users

      public Group users(GroupUsers users)
      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