Klasse IssueFieldOptionScopeBeanGlobal
java.lang.Object
io.github.primelib.jira4j.restv2.model.IssueFieldOptionScopeBeanGlobal
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueFieldOptionScopeBeanGlobal
extends Object
IssueFieldOptionScopeBeanGlobal
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enum
Defines the behavior of the option in the global context.If notSelectable is set, the option cannot be set as the field's value.static class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungDefines the behavior of the option in the global context.If notSelectable is set, the option cannot be set as the field's value. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofIssueFieldOptionScopeBeanGlobal
.Constructs a validated instance ofIssueFieldOptionScopeBeanGlobal
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungDefines the behavior of the option in the global context.If notSelectable is set, the option cannot be set as the field's value.attributes
(Set<IssueFieldOptionScopeBeanGlobal.AttributesEnum> attributes) Defines the behavior of the option in the global context.If notSelectable is set, the option cannot be set as the field's value.builder()
protected boolean
boolean
int
hashCode()
toString()
-
Felddetails
-
attributes
Defines the behavior of the option in the global context.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.
-
-
Konstruktordetails
-
IssueFieldOptionScopeBeanGlobal
Constructs a validated instance ofIssueFieldOptionScopeBeanGlobal
.- Parameter:
spec
- the specification to process
-
IssueFieldOptionScopeBeanGlobal
@Internal public IssueFieldOptionScopeBeanGlobal(Set<IssueFieldOptionScopeBeanGlobal.AttributesEnum> attributes) Constructs a validated instance ofIssueFieldOptionScopeBeanGlobal
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
IssueFieldOptionScopeBeanGlobal(Consumer)
instead.- Parameter:
attributes
- Defines the behavior of the option in the global context.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.
-
IssueFieldOptionScopeBeanGlobal
protected IssueFieldOptionScopeBeanGlobal()
-
-
Methodendetails
-
builder
-
attributes
Defines the behavior of the option in the global context.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. -
attributes
public IssueFieldOptionScopeBeanGlobal attributes(Set<IssueFieldOptionScopeBeanGlobal.AttributesEnum> attributes) Defines the behavior of the option in the global context.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
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-