Class OldToNewSecurityLevelMappingsBean
java.lang.Object
io.github.primelib.jira4j.restv2.model.OldToNewSecurityLevelMappingsBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class OldToNewSecurityLevelMappingsBean
extends Object
OldToNewSecurityLevelMappingsBean
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedOldToNewSecurityLevelMappingsBean(String newLevelId, String oldLevelId) Constructs a validated instance ofOldToNewSecurityLevelMappingsBean.Constructs a validated instance ofOldToNewSecurityLevelMappingsBean. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()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()
-
Field Details
-
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.
-
-
Constructor Details
-
OldToNewSecurityLevelMappingsBean
Constructs a validated instance ofOldToNewSecurityLevelMappingsBean.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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.- Returns:
this.
-
oldLevelId
The old issue security level ID. Providing null will remap all issues without any assigned levels.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-