Klasse AddSecurityLevelOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.AddSecurityLevelOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AddSecurityLevelOperationSpec
extends Object
AddSecurityLevelSpec
Specification for the AddSecurityLevel operation.
Add issue security levels
-
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
AddSecurityLevelOperationSpec
(String schemeId, AddSecuritySchemeLevelsRequestBean addSecuritySchemeLevelsRequestBean) Constructs a validated instance ofAddSecurityLevelOperationSpec
.Constructs a validated instance ofAddSecurityLevelOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull AddSecuritySchemeLevelsRequestBean
addSecuritySchemeLevelsRequestBean
(@NotNull AddSecuritySchemeLevelsRequestBean addSecuritySchemeLevelsRequestBean) builder()
protected boolean
boolean
int
hashCode()
@NotNull String
schemeId()
The ID of the issue security scheme.The ID of the issue security scheme.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
-
AddSecurityLevelOperationSpec
Constructs a validated instance ofAddSecurityLevelOperationSpec
.- Parameter:
spec
- the specification to process
-
AddSecurityLevelOperationSpec
@Internal public AddSecurityLevelOperationSpec(String schemeId, AddSecuritySchemeLevelsRequestBean addSecuritySchemeLevelsRequestBean) Constructs a validated instance ofAddSecurityLevelOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
schemeId
- The ID of the issue security scheme.addSecuritySchemeLevelsRequestBean
-
-
AddSecurityLevelOperationSpec
protected AddSecurityLevelOperationSpec()
-
-
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. -
addSecuritySchemeLevelsRequestBean
-
schemeId
The ID of the issue security scheme.- Gibt zurück:
this
.
-
addSecuritySchemeLevelsRequestBean
public AddSecurityLevelOperationSpec addSecuritySchemeLevelsRequestBean(@NotNull @NotNull AddSecuritySchemeLevelsRequestBean addSecuritySchemeLevelsRequestBean) - Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-