Klasse GlobalScopeBean
java.lang.Object
io.github.primelib.jira4j.restv2.model.GlobalScopeBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GlobalScopeBean
extends Object
GlobalScopeBean
-
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 TypFeldBeschreibungprotected Set<GlobalScopeBean.AttributesEnum>
Defines 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 ofGlobalScopeBean
.GlobalScopeBean
(Set<GlobalScopeBean.AttributesEnum> attributes) Constructs a validated instance ofGlobalScopeBean
. -
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<GlobalScopeBean.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
-
GlobalScopeBean
Constructs a validated instance ofGlobalScopeBean
.- Parameter:
spec
- the specification to process
-
GlobalScopeBean
Constructs a validated instance ofGlobalScopeBean
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
GlobalScopeBean(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.
-
GlobalScopeBean
protected GlobalScopeBean()
-
-
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
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
-