Klasse ActorsMap
java.lang.Object
io.github.primelib.jira4j.restv3.model.ActorsMap
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ActorsMap
extends Object
ActorsMap
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ActorsMap.ActorsMapBuilder
builder()
protected boolean
boolean
group()
The name of the group to add.The name of the group to add.groupId()
The ID of the group to add.The ID of the group to add.int
hashCode()
toString()
user()
The user account ID of the user to add.The user account ID of the user to add.
-
Felddetails
-
group
The name of the group to add. This parameter cannot be used with thegroupId
parameter. As a group's name can change, use ofgroupId
is recommended. -
groupId
The ID of the group to add. This parameter cannot be used with thegroup
parameter. -
user
The user account ID of the user to add.
-
-
Konstruktordetails
-
ActorsMap
Constructs a validated instance ofActorsMap
.- Parameter:
spec
- the specification to process
-
ActorsMap
Constructs a validated instance ofActorsMap
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ActorsMap(Consumer)
instead.- Parameter:
group
- The name of the group to add. This parameter cannot be used with thegroupId
parameter. As a group's name can change, use ofgroupId
is recommended.groupId
- The ID of the group to add. This parameter cannot be used with thegroup
parameter.user
- The user account ID of the user to add.
-
ActorsMap
protected ActorsMap()
-
-
Methodendetails
-
builder
-
group
The name of the group to add. This parameter cannot be used with thegroupId
parameter. As a group's name can change, use ofgroupId
is recommended. -
groupId
The ID of the group to add. This parameter cannot be used with thegroup
parameter. -
user
The user account ID of the user to add. -
group
The name of the group to add. This parameter cannot be used with thegroupId
parameter. As a group's name can change, use ofgroupId
is recommended.- Gibt zurück:
this
.
-
groupId
The ID of the group to add. This parameter cannot be used with thegroup
parameter.- Gibt zurück:
this
.
-
user
The user account ID of the user to add.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-