Klasse AddProjectRoleActorsToRoleOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.AddProjectRoleActorsToRoleOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AddProjectRoleActorsToRoleOperationSpec
extends Object
AddProjectRoleActorsToRoleSpec
Specification for the AddProjectRoleActorsToRole operation.
Add default actors to project role
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
AddProjectRoleActorsToRoleOperationSpec
(Long id, ActorInputBean actorInputBean) Constructs a validated instance ofAddProjectRoleActorsToRoleOperationSpec
.Constructs a validated instance ofAddProjectRoleActorsToRoleOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull ActorInputBean
actorInputBean
(@NotNull ActorInputBean actorInputBean) builder()
protected boolean
boolean
int
hashCode()
@NotNull Long
id()
The ID of the project role.The ID of the project role.toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
AddProjectRoleActorsToRoleOperationSpec
@Internal public AddProjectRoleActorsToRoleOperationSpec(Consumer<AddProjectRoleActorsToRoleOperationSpec> spec) Constructs a validated instance ofAddProjectRoleActorsToRoleOperationSpec
.- Parameter:
spec
- the specification to process
-
AddProjectRoleActorsToRoleOperationSpec
Constructs a validated instance ofAddProjectRoleActorsToRoleOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
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.actorInputBean
-
-
AddProjectRoleActorsToRoleOperationSpec
protected AddProjectRoleActorsToRoleOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static AddProjectRoleActorsToRoleOperationSpec.AddProjectRoleActorsToRoleOperationSpecBuilder builder() -
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. -
actorInputBean
-
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
.
-
actorInputBean
public AddProjectRoleActorsToRoleOperationSpec actorInputBean(@NotNull @NotNull ActorInputBean actorInputBean) - Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-