Klasse ProjectRoleActorsUpdateBean
java.lang.Object
io.github.primelib.jira4j.restv2.model.ProjectRoleActorsUpdateBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ProjectRoleActorsUpdateBean
extends Object
ProjectRoleActorsUpdateBean
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofProjectRoleActorsUpdateBean
.Constructs a validated instance ofProjectRoleActorsUpdateBean
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
The actors to add to the project role.categorisedActors
(Map<String, List<String>> categorisedActors) The actors to add to the project role.boolean
int
hashCode()
id()
The ID of the project role.The ID of the project role.toString()
-
Felddetails
-
categorisedActors
The actors to add to the project role. Add groups using: *atlassian-group-role-actor
and a list of group names. *atlassian-group-role-actor-id
and a list of group IDs. As a group's name can change, use ofatlassian-group-role-actor-id
is recommended. For example,"atlassian-group-role-actor-id":["eef79f81-0b89-4fca-a736-4be531a10869","77f6ab39-e755-4570-a6ae-2d7a8df0bcb8"]
. Add users usingatlassian-user-role-actor
and a list of account IDs. For example,"atlassian-user-role-actor":["12345678-9abc-def1-2345-6789abcdef12", "abcdef12-3456-789a-bcde-f123456789ab"]
. -
id
The ID of the project role. Use [Get all project roles](#api-rest-api-2-role-get) to get a list of project role IDs.
-
-
Konstruktordetails
-
ProjectRoleActorsUpdateBean
Constructs a validated instance ofProjectRoleActorsUpdateBean
.- Parameter:
spec
- the specification to process
-
ProjectRoleActorsUpdateBean
Constructs a validated instance ofProjectRoleActorsUpdateBean
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ProjectRoleActorsUpdateBean(Consumer)
instead.- Parameter:
categorisedActors
- The actors to add to the project role. Add groups using: *atlassian-group-role-actor
and a list of group names. *atlassian-group-role-actor-id
and a list of group IDs. As a group's name can change, use ofatlassian-group-role-actor-id
is recommended. For example,"atlassian-group-role-actor-id":["eef79f81-0b89-4fca-a736-4be531a10869","77f6ab39-e755-4570-a6ae-2d7a8df0bcb8"]
. Add users usingatlassian-user-role-actor
and a list of account IDs. For example,"atlassian-user-role-actor":["12345678-9abc-def1-2345-6789abcdef12", "abcdef12-3456-789a-bcde-f123456789ab"]
.id
- The ID of the project role. Use [Get all project roles](#api-rest-api-2-role-get) to get a list of project role IDs.
-
ProjectRoleActorsUpdateBean
protected ProjectRoleActorsUpdateBean()
-
-
Methodendetails
-
builder
-
categorisedActors
The actors to add to the project role. Add groups using: *atlassian-group-role-actor
and a list of group names. *atlassian-group-role-actor-id
and a list of group IDs. As a group's name can change, use ofatlassian-group-role-actor-id
is recommended. For example,"atlassian-group-role-actor-id":["eef79f81-0b89-4fca-a736-4be531a10869","77f6ab39-e755-4570-a6ae-2d7a8df0bcb8"]
. Add users usingatlassian-user-role-actor
and a list of account IDs. For example,"atlassian-user-role-actor":["12345678-9abc-def1-2345-6789abcdef12", "abcdef12-3456-789a-bcde-f123456789ab"]
. -
id
The ID of the project role. Use [Get all project roles](#api-rest-api-2-role-get) to get a list of project role IDs. -
categorisedActors
The actors to add to the project role. Add groups using: *atlassian-group-role-actor
and a list of group names. *atlassian-group-role-actor-id
and a list of group IDs. As a group's name can change, use ofatlassian-group-role-actor-id
is recommended. For example,"atlassian-group-role-actor-id":["eef79f81-0b89-4fca-a736-4be531a10869","77f6ab39-e755-4570-a6ae-2d7a8df0bcb8"]
. Add users usingatlassian-user-role-actor
and a list of account IDs. For example,"atlassian-user-role-actor":["12345678-9abc-def1-2345-6789abcdef12", "abcdef12-3456-789a-bcde-f123456789ab"]
.- Gibt zurück:
this
.
-
id
The ID of the project role. Use [Get all project roles](#api-rest-api-2-role-get) to get a list of project role IDs.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-