Class Expandabled312Ab

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

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

    • lastUpdated

      protected String lastUpdated
    • previousVersion

      protected String previousVersion
    • contributors

      protected String contributors
    • nextVersion

      protected String nextVersion
    • ownedBy

      protected String ownedBy
    • lastOwnedBy

      protected String lastOwnedBy
  • Constructor Details

    • Expandabled312Ab

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

      @Internal public Expandabled312Ab(String lastUpdated, String previousVersion, String contributors, String nextVersion, String ownedBy, String lastOwnedBy)
      Constructs a validated instance of Expandabled312Ab.

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

      Parameters:
      lastUpdated - lastUpdated
      previousVersion - previousVersion
      contributors - contributors
      nextVersion - nextVersion
      ownedBy - ownedBy
      lastOwnedBy - lastOwnedBy
    • Expandabled312Ab

      protected Expandabled312Ab()
  • Method Details