Klasse StatusScope

java.lang.Object
io.github.primelib.jira4j.restv2.model.StatusScope

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

    • project

      protected ProjectId project
    • type

      protected StatusScope.TypeEnum type
      The scope of the status. GLOBAL for company-managed projects and PROJECT for team-managed projects.
  • Konstruktordetails

    • StatusScope

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

      @Internal public StatusScope(ProjectId project, StatusScope.TypeEnum type)
      Constructs a validated instance of StatusScope.

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

      Parameter:
      project - project
      type - The scope of the status. GLOBAL for company-managed projects and PROJECT for team-managed projects.
    • StatusScope

      protected StatusScope()
  • Methodendetails