Klasse ChangedWorklogs

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

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

    • lastPage

      protected Boolean lastPage
    • nextPage

      protected URI nextPage
      The URL of the next list of changed worklogs.
    • self

      protected URI self
      The URL of this changed worklogs list.
    • since

      protected Long since
      The datetime of the first worklog item in the list.
    • until

      protected Long until
      The datetime of the last worklog item in the list.
    • values

      protected List<ChangedWorklog> values
      Changed worklog list.
  • Konstruktordetails

    • ChangedWorklogs

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

      @Internal public ChangedWorklogs(Boolean lastPage, URI nextPage, URI self, Long since, Long until, List<ChangedWorklog> values)
      Constructs a validated instance of ChangedWorklogs.

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

      Parameter:
      lastPage - var.name
      nextPage - The URL of the next list of changed worklogs.
      self - The URL of this changed worklogs list.
      since - The datetime of the first worklog item in the list.
      until - The datetime of the last worklog item in the list.
      values - Changed worklog list.
    • ChangedWorklogs

      protected ChangedWorklogs()
  • Methodendetails

    • builder

      public static ChangedWorklogs.ChangedWorklogsBuilder builder()
    • lastPage

      public Boolean lastPage()
    • nextPage

      public URI nextPage()
      The URL of the next list of changed worklogs.
    • self

      public URI self()
      The URL of this changed worklogs list.
    • since

      public Long since()
      The datetime of the first worklog item in the list.
    • until

      public Long until()
      The datetime of the last worklog item in the list.
    • values

      public List<ChangedWorklog> values()
      Changed worklog list.
    • lastPage

      public ChangedWorklogs lastPage(Boolean lastPage)
      Gibt zurück:
      this.
    • nextPage

      public ChangedWorklogs nextPage(URI nextPage)
      The URL of the next list of changed worklogs.
      Gibt zurück:
      this.
    • self

      public ChangedWorklogs self(URI self)
      The URL of this changed worklogs list.
      Gibt zurück:
      this.
    • since

      public ChangedWorklogs since(Long since)
      The datetime of the first worklog item in the list.
      Gibt zurück:
      this.
    • until

      public ChangedWorklogs until(Long until)
      The datetime of the last worklog item in the list.
      Gibt zurück:
      this.
    • values

      public ChangedWorklogs values(List<ChangedWorklog> values)
      Changed worklog list.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object