Class ProjectInsight

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

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class ProjectInsight extends Object
ProjectInsight
  • Field Details

    • lastIssueUpdateTime

      protected OffsetDateTime lastIssueUpdateTime
      The last issue update time.
    • totalIssueCount

      protected Long totalIssueCount
      Total issue count.
  • Constructor Details

    • ProjectInsight

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

      @Internal public ProjectInsight(OffsetDateTime lastIssueUpdateTime, Long totalIssueCount)
      Constructs a validated instance of ProjectInsight.

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

      Parameters:
      lastIssueUpdateTime - The last issue update time.
      totalIssueCount - Total issue count.
    • ProjectInsight

      protected ProjectInsight()
  • Method Details