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
  • 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

      public IssueFieldOptionScopeBeanGlobal(Consumer<IssueFieldOptionScopeBeanGlobal> spec)
      Constructs a validated instance of IssueFieldOptionScopeBeanGlobal.
      Parameter:
      spec - the specification to process
    • IssueFieldOptionScopeBeanGlobal

      @Internal public IssueFieldOptionScopeBeanGlobal(Set<IssueFieldOptionScopeBeanGlobal.AttributesEnum> attributes)
      Constructs a validated instance of IssueFieldOptionScopeBeanGlobal.

      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