java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.History

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

  • Constructor Details

    • History

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

      @Internal public History(Instant createdDate, Map<String,Object> createdBy)
      Constructs a validated instance of History.

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

      Parameters:
      createdDate - createdDate
      createdBy - createdBy
    • History

      protected History()
  • Method Details