Klasse Group.GroupBuilder

java.lang.Object
io.github.primelib.jira4j.restv3.model.Group.GroupBuilder
Umschließende Klasse:
Group

public static class Group.GroupBuilder extends Object
  • Methodendetails

    • expand

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

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

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

      public Group.GroupBuilder users(GroupUsers users)
      Gibt zurück:
      this.
    • build

      public Group build()
    • toString

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