Klasse RemoveLevelOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.RemoveLevelOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RemoveLevelOperationSpec
extends Object
RemoveLevelSpec
Specification for the RemoveLevel operation.
Remove issue security level
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedRemoveLevelOperationSpec(String schemeId, String levelId, String replaceWith) Constructs a validated instance ofRemoveLevelOperationSpec.Constructs a validated instance ofRemoveLevelOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@NotNull StringlevelId()The ID of the issue security level to remove.The ID of the issue security level to remove.@Nullable StringThe ID of the issue security level that will replace the currently selected level.replaceWith(@Nullable String replaceWith) The ID of the issue security level that will replace the currently selected level.@NotNull StringschemeId()The ID of the issue security scheme.The ID of the issue security scheme.toString()voidvalidate()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
-
RemoveLevelOperationSpec
Constructs a validated instance ofRemoveLevelOperationSpec.- Parameter:
spec- the specification to process
-
RemoveLevelOperationSpec
Constructs a validated instance ofRemoveLevelOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
schemeId- The ID of the issue security scheme.levelId- The ID of the issue security level to remove.replaceWith- The ID of the issue security level that will replace the currently selected level.
-
RemoveLevelOperationSpec
protected RemoveLevelOperationSpec()
-
-
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. -
levelId
The ID of the issue security level to remove. -
replaceWith
The ID of the issue security level that will replace the currently selected level. -
schemeId
The ID of the issue security scheme.- Gibt zurück:
this.
-
levelId
The ID of the issue security level to remove.- Gibt zurück:
this.
-
replaceWith
The ID of the issue security level that will replace the currently selected level.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-