Klasse ChangedWorklog

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

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

    • properties

      protected List<EntityProperty> properties
      Details of properties associated with the change.
    • updatedTime

      protected Long updatedTime
      The datetime of the change.
    • worklogId

      protected Long worklogId
      The ID of the worklog.
  • Konstruktordetails

    • ChangedWorklog

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

      @Internal public ChangedWorklog(List<EntityProperty> properties, Long updatedTime, Long worklogId)
      Constructs a validated instance of ChangedWorklog.

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

      Parameter:
      properties - Details of properties associated with the change.
      updatedTime - The datetime of the change.
      worklogId - The ID of the worklog.
    • ChangedWorklog

      protected ChangedWorklog()
  • Methodendetails

    • builder

      public static ChangedWorklog.ChangedWorklogBuilder builder()
    • properties

      public List<EntityProperty> properties()
      Details of properties associated with the change.
    • updatedTime

      public Long updatedTime()
      The datetime of the change.
    • worklogId

      public Long worklogId()
      The ID of the worklog.
    • properties

      public ChangedWorklog properties(List<EntityProperty> properties)
      Details of properties associated with the change.
      Gibt zurück:
      this.
    • updatedTime

      public ChangedWorklog updatedTime(Long updatedTime)
      The datetime of the change.
      Gibt zurück:
      this.
    • worklogId

      public ChangedWorklog worklogId(Long worklogId)
      The ID of the worklog.
      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