Klasse Group
java.lang.Object
io.github.primelib.jira4j.restv2.model.Group
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Group
extends Object
Group
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
Expand options that include additional group details in the response.protected String
The ID of the group, which uniquely identifies the group across all Atlassian products.protected String
The name of group.protected URI
The URL for these group details.protected GroupUsers
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic Group.GroupBuilder
builder()
protected boolean
boolean
expand()
Expand options that include additional group details in the response.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.The ID of the group, which uniquely identifies the group across all Atlassian products.int
hashCode()
name()
The name of group.The name of group.self()
The URL for these group details.The URL for these group details.toString()
users()
users
(GroupUsers users)
-
Felddetails
-
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
-
-
Konstruktordetails
-
Group
Constructs a validated instance ofGroup
.- Parameter:
spec
- the specification to process
-
Group
Constructs a validated instance ofGroup
.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
-
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
-
expand
Expand options that include additional group details in the response.- Gibt zurück:
this
.
-
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
The name of group.- Gibt zurück:
this
.
-
self
The URL for these group details.- Gibt zurück:
this
.
-
users
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-