Klasse FullyUpdateProjectRoleOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.FullyUpdateProjectRoleOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FullyUpdateProjectRoleOperationSpec
extends Object
FullyUpdateProjectRoleSpec
Specification for the FullyUpdateProjectRole operation.
Fully update 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
FullyUpdateProjectRoleOperationSpec
(Long id, CreateUpdateRoleRequestBean createUpdateRoleRequestBean) Constructs a validated instance ofFullyUpdateProjectRoleOperationSpec
.Constructs a validated instance ofFullyUpdateProjectRoleOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
@NotNull CreateUpdateRoleRequestBean
createUpdateRoleRequestBean
(@NotNull CreateUpdateRoleRequestBean createUpdateRoleRequestBean) 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
-
FullyUpdateProjectRoleOperationSpec
@Internal public FullyUpdateProjectRoleOperationSpec(Consumer<FullyUpdateProjectRoleOperationSpec> spec) Constructs a validated instance ofFullyUpdateProjectRoleOperationSpec
.- Parameter:
spec
- the specification to process
-
FullyUpdateProjectRoleOperationSpec
@Internal public FullyUpdateProjectRoleOperationSpec(Long id, CreateUpdateRoleRequestBean createUpdateRoleRequestBean) Constructs a validated instance ofFullyUpdateProjectRoleOperationSpec
.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.createUpdateRoleRequestBean
-
-
FullyUpdateProjectRoleOperationSpec
protected FullyUpdateProjectRoleOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static FullyUpdateProjectRoleOperationSpec.FullyUpdateProjectRoleOperationSpecBuilder 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. -
createUpdateRoleRequestBean
-
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
.
-
createUpdateRoleRequestBean
public FullyUpdateProjectRoleOperationSpec createUpdateRoleRequestBean(@NotNull @NotNull CreateUpdateRoleRequestBean createUpdateRoleRequestBean) - Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-