Class IssueFieldOptionScopeBeanGlobal
java.lang.Object
io.github.primelib.jira4j.restv2.model.IssueFieldOptionScopeBeanGlobal
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueFieldOptionScopeBeanGlobal
extends Object
IssueFieldOptionScopeBeanGlobal
-
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 TypeFieldDescriptionDefines 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 ofIssueFieldOptionScopeBeanGlobal.Constructs a validated instance ofIssueFieldOptionScopeBeanGlobal. -
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<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 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
-
IssueFieldOptionScopeBeanGlobal
Constructs a validated instance ofIssueFieldOptionScopeBeanGlobal.- Parameters:
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.- 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.
-
IssueFieldOptionScopeBeanGlobal
protected IssueFieldOptionScopeBeanGlobal()
-
-
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
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.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-