Klasse UpdateSecurityLevelOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.UpdateSecurityLevelOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateSecurityLevelOperationSpec
extends Object
UpdateSecurityLevelSpec
Specification for the UpdateSecurityLevel operation.
Update issue security level
-
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
UpdateSecurityLevelOperationSpec
(String schemeId, String levelId, UpdateIssueSecurityLevelDetails updateIssueSecurityLevelDetails) Constructs a validated instance ofUpdateSecurityLevelOperationSpec
.Constructs a validated instance ofUpdateSecurityLevelOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
@NotNull String
levelId()
The ID of the issue security level to update.The ID of the issue security level to update.@NotNull String
schemeId()
The ID of the issue security scheme level belongs to.The ID of the issue security scheme level belongs to.toString()
@NotNull UpdateIssueSecurityLevelDetails
updateIssueSecurityLevelDetails
(@NotNull UpdateIssueSecurityLevelDetails updateIssueSecurityLevelDetails) 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
-
UpdateSecurityLevelOperationSpec
Constructs a validated instance ofUpdateSecurityLevelOperationSpec
.- Parameter:
spec
- the specification to process
-
UpdateSecurityLevelOperationSpec
@Internal public UpdateSecurityLevelOperationSpec(String schemeId, String levelId, UpdateIssueSecurityLevelDetails updateIssueSecurityLevelDetails) Constructs a validated instance ofUpdateSecurityLevelOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
schemeId
- The ID of the issue security scheme level belongs to.levelId
- The ID of the issue security level to update.updateIssueSecurityLevelDetails
-
-
UpdateSecurityLevelOperationSpec
protected UpdateSecurityLevelOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
schemeId
The ID of the issue security scheme level belongs to. -
levelId
The ID of the issue security level to update. -
updateIssueSecurityLevelDetails
-
schemeId
The ID of the issue security scheme level belongs to.- Gibt zurück:
this
.
-
levelId
The ID of the issue security level to update.- Gibt zurück:
this
.
-
updateIssueSecurityLevelDetails
public UpdateSecurityLevelOperationSpec updateIssueSecurityLevelDetails(@NotNull @NotNull UpdateIssueSecurityLevelDetails updateIssueSecurityLevelDetails) - Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-