Class ChangedWorklog

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

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

    • 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.
  • Constructor Details

    • ChangedWorklog

      public ChangedWorklog(Consumer<ChangedWorklog> spec)
      Constructs a validated instance of ChangedWorklog.
      Parameters:
      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.

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

      protected ChangedWorklog()
  • Method Details