Klasse DefaultLevelValue
java.lang.Object
io.github.primelib.jira4j.restv3.model.DefaultLevelValue
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DefaultLevelValue
extends Object
DefaultLevelValue
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
DefaultLevelValue
(String defaultLevelId, String issueSecuritySchemeId) Constructs a validated instance ofDefaultLevelValue
.Constructs a validated instance ofDefaultLevelValue
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
The ID of the issue security level to set as default for the specified scheme.defaultLevelId
(String defaultLevelId) The ID of the issue security level to set as default for the specified scheme.boolean
int
hashCode()
The ID of the issue security scheme to set default level for.issueSecuritySchemeId
(String issueSecuritySchemeId) The ID of the issue security scheme to set default level for.toString()
-
Felddetails
-
defaultLevelId
The ID of the issue security level to set as default for the specified scheme. Providing null will reset the default level. -
issueSecuritySchemeId
The ID of the issue security scheme to set default level for.
-
-
Konstruktordetails
-
DefaultLevelValue
Constructs a validated instance ofDefaultLevelValue
.- Parameter:
spec
- the specification to process
-
DefaultLevelValue
Constructs a validated instance ofDefaultLevelValue
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
DefaultLevelValue(Consumer)
instead.- Parameter:
defaultLevelId
- The ID of the issue security level to set as default for the specified scheme. Providing null will reset the default level.issueSecuritySchemeId
- The ID of the issue security scheme to set default level for.
-
DefaultLevelValue
protected DefaultLevelValue()
-
-
Methodendetails
-
builder
-
defaultLevelId
The ID of the issue security level to set as default for the specified scheme. Providing null will reset the default level. -
issueSecuritySchemeId
The ID of the issue security scheme to set default level for. -
defaultLevelId
The ID of the issue security level to set as default for the specified scheme. Providing null will reset the default level.- Gibt zurück:
this
.
-
issueSecuritySchemeId
The ID of the issue security scheme to set default level for.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-