Klasse ActorsMap
java.lang.Object
io.github.primelib.jira4j.restv2.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.ActorsMapBuilderbuilder()protected booleanbooleangroup()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.inthashCode()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 thegroupIdparameter. As a group's name can change, use ofgroupIdis recommended. -
groupId
The ID of the group to add. This parameter cannot be used with thegroupparameter. -
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 thegroupIdparameter. As a group's name can change, use ofgroupIdis recommended.groupId- The ID of the group to add. This parameter cannot be used with thegroupparameter.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 thegroupIdparameter. As a group's name can change, use ofgroupIdis recommended. -
groupId
The ID of the group to add. This parameter cannot be used with thegroupparameter. -
user
The user account ID of the user to add. -
group
The name of the group to add. This parameter cannot be used with thegroupIdparameter. As a group's name can change, use ofgroupIdis recommended.- Gibt zurück:
this.
-
groupId
The ID of the group to add. This parameter cannot be used with thegroupparameter.- 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
-