Klasse OldToNewSecurityLevelMappingsBean
java.lang.Object
io.github.primelib.jira4j.restv2.model.OldToNewSecurityLevelMappingsBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class OldToNewSecurityLevelMappingsBean
extends Object
OldToNewSecurityLevelMappingsBean
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
OldToNewSecurityLevelMappingsBean
(String newLevelId, String oldLevelId) Constructs a validated instance ofOldToNewSecurityLevelMappingsBean
.Constructs a validated instance ofOldToNewSecurityLevelMappingsBean
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
The new issue security level ID.newLevelId
(String newLevelId) The new issue security level ID.The old issue security level ID.oldLevelId
(String oldLevelId) The old issue security level ID.toString()
-
Felddetails
-
newLevelId
The new issue security level ID. Providing null will clear the assigned old level from issues. -
oldLevelId
The old issue security level ID. Providing null will remap all issues without any assigned levels.
-
-
Konstruktordetails
-
OldToNewSecurityLevelMappingsBean
Constructs a validated instance ofOldToNewSecurityLevelMappingsBean
.- Parameter:
spec
- the specification to process
-
OldToNewSecurityLevelMappingsBean
Constructs a validated instance ofOldToNewSecurityLevelMappingsBean
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
OldToNewSecurityLevelMappingsBean(Consumer)
instead.- Parameter:
newLevelId
- The new issue security level ID. Providing null will clear the assigned old level from issues.oldLevelId
- The old issue security level ID. Providing null will remap all issues without any assigned levels.
-
OldToNewSecurityLevelMappingsBean
protected OldToNewSecurityLevelMappingsBean()
-
-
Methodendetails
-
builder
-
newLevelId
The new issue security level ID. Providing null will clear the assigned old level from issues. -
oldLevelId
The old issue security level ID. Providing null will remap all issues without any assigned levels. -
newLevelId
The new issue security level ID. Providing null will clear the assigned old level from issues.- Gibt zurück:
this
.
-
oldLevelId
The old issue security level ID. Providing null will remap all issues without any assigned levels.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-