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

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

    • body

      protected String body
  • Constructor Details

    • Expandable

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

      @Internal public Expandable(String body)
      Constructs a validated instance of Expandable.

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

      Parameters:
      body - body
    • Expandable

      protected Expandable()
  • Method Details