Class ActorsMap
java.lang.Object
io.github.primelib.jira4j.restv2.model.ActorsMap
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ActorsMap
extends Object
ActorsMap
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-
Field Details
-
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.
-
-
Constructor Details
-
ActorsMap
Constructs a validated instance ofActorsMap.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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.- Returns:
this.
-
groupId
The ID of the group to add. This parameter cannot be used with thegroupparameter.- Returns:
this.
-
user
The user account ID of the user to add.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-