Klasse ProjectScopeBean
java.lang.Object
io.github.primelib.jira4j.restv2.model.ProjectScopeBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ProjectScopeBean
extends Object
ProjectScopeBean
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enum
Defines the behavior of the option in the project.If notSelectable is set, the option cannot be set as the field's value.static class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Set<ProjectScopeBean.AttributesEnum>
Defines the behavior of the option in the project.If notSelectable is set, the option cannot be set as the field's value.protected Long
The ID of the project that the option's behavior applies to. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofProjectScopeBean
.ProjectScopeBean
(Set<ProjectScopeBean.AttributesEnum> attributes, Long id) Constructs a validated instance ofProjectScopeBean
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungDefines the behavior of the option in the project.If notSelectable is set, the option cannot be set as the field's value.attributes
(Set<ProjectScopeBean.AttributesEnum> attributes) Defines the behavior of the option in the project.If notSelectable is set, the option cannot be set as the field's value.builder()
protected boolean
boolean
int
hashCode()
id()
The ID of the project that the option's behavior applies to.The ID of the project that the option's behavior applies to.toString()
-
Felddetails
-
attributes
Defines the behavior of the option in the project.If notSelectable is set, the option cannot be set as the field's value. This is useful for archiving an option that has previously been selected but shouldn't be used anymore.If defaultValue is set, the option is selected by default. -
id
The ID of the project that the option's behavior applies to.
-
-
Konstruktordetails
-
ProjectScopeBean
Constructs a validated instance ofProjectScopeBean
.- Parameter:
spec
- the specification to process
-
ProjectScopeBean
Constructs a validated instance ofProjectScopeBean
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ProjectScopeBean(Consumer)
instead.- Parameter:
attributes
- Defines the behavior of the option in the project.If notSelectable is set, the option cannot be set as the field's value. This is useful for archiving an option that has previously been selected but shouldn't be used anymore.If defaultValue is set, the option is selected by default.id
- The ID of the project that the option's behavior applies to.
-
ProjectScopeBean
protected ProjectScopeBean()
-
-
Methodendetails
-
builder
-
attributes
Defines the behavior of the option in the project.If notSelectable is set, the option cannot be set as the field's value. This is useful for archiving an option that has previously been selected but shouldn't be used anymore.If defaultValue is set, the option is selected by default. -
id
The ID of the project that the option's behavior applies to. -
attributes
Defines the behavior of the option in the project.If notSelectable is set, the option cannot be set as the field's value. This is useful for archiving an option that has previously been selected but shouldn't be used anymore.If defaultValue is set, the option is selected by default.- Gibt zurück:
this
.
-
id
The ID of the project that the option's behavior applies to.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-