Class AddSecurityLevelOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.AddSecurityLevelOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AddSecurityLevelOperationSpec
extends Object
AddSecurityLevelSpec
Specification for the AddSecurityLevel operation.
Add issue security levels
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Boolean
allows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AddSecurityLevelOperationSpec
(String schemeId, AddSecuritySchemeLevelsRequestBean addSecuritySchemeLevelsRequestBean) Constructs a validated instance ofAddSecurityLevelOperationSpec
.Constructs a validated instance ofAddSecurityLevelOperationSpec
. -
Method Summary
Modifier and TypeMethodDescription@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
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
AddSecurityLevelOperationSpec
Constructs a validated instance ofAddSecurityLevelOperationSpec
.- Parameters:
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.
- Parameters:
schemeId
- The ID of the issue security scheme.addSecuritySchemeLevelsRequestBean
-
-
AddSecurityLevelOperationSpec
protected AddSecurityLevelOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
schemeId
The ID of the issue security scheme. -
addSecuritySchemeLevelsRequestBean
-
schemeId
The ID of the issue security scheme.- Returns:
this
.
-
addSecuritySchemeLevelsRequestBean
public AddSecurityLevelOperationSpec addSecuritySchemeLevelsRequestBean(@NotNull @NotNull AddSecuritySchemeLevelsRequestBean addSecuritySchemeLevelsRequestBean) - Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-