Klasse IssueFieldOptionScopeBean

java.lang.Object
io.github.primelib.jira4j.restv3.model.IssueFieldOptionScopeBean

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class IssueFieldOptionScopeBean extends Object
IssueFieldOptionScopeBean
  • Felddetails

    • global

      protected GlobalScopeBean global
    • projects

      protected Set<Long> projects
      DEPRECATED
    • projects2

      protected Set<ProjectScopeBean> projects2
      Defines the projects in which the option is available and the behavior of the option within each project. Specify one object per project. The behavior of the option in a project context overrides the behavior in the global context.
  • Konstruktordetails

    • IssueFieldOptionScopeBean

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

      @Internal public IssueFieldOptionScopeBean(GlobalScopeBean global, Set<Long> projects, Set<ProjectScopeBean> projects2)
      Constructs a validated instance of IssueFieldOptionScopeBean.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using IssueFieldOptionScopeBean(Consumer) instead.

      Parameter:
      global - global
      projects - DEPRECATED
      projects2 - Defines the projects in which the option is available and the behavior of the option within each project. Specify one object per project. The behavior of the option in a project context overrides the behavior in the global context.
    • IssueFieldOptionScopeBean

      protected IssueFieldOptionScopeBean()
  • Methodendetails