Class DefaultLevelValue
java.lang.Object
io.github.primelib.jira4j.restv3.model.DefaultLevelValue
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DefaultLevelValue
extends Object
DefaultLevelValue
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
DefaultLevelValue
(String defaultLevelId, String issueSecuritySchemeId) Constructs a validated instance ofDefaultLevelValue
.Constructs a validated instance ofDefaultLevelValue
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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()
-
Field Details
-
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.
-
-
Constructor Details
-
DefaultLevelValue
Constructs a validated instance ofDefaultLevelValue
.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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.- Returns:
this
.
-
issueSecuritySchemeId
The ID of the issue security scheme to set default level for.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-