Class GlobalScopeBean
java.lang.Object
io.github.primelib.jira4j.restv2.model.GlobalScopeBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GlobalScopeBean
extends Object
GlobalScopeBean
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDefines 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 -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected 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. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofGlobalScopeBean.GlobalScopeBean(Set<GlobalScopeBean.AttributesEnum> attributes) Constructs a validated instance ofGlobalScopeBean. -
Method Summary
Modifier and TypeMethodDescriptionDefines 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 booleanbooleaninthashCode()toString()
-
Field Details
-
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.
-
-
Constructor Details
-
GlobalScopeBean
Constructs a validated instance ofGlobalScopeBean.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-