Class Expandablea42744

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

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

    • restrictions

      protected String restrictions
    • content

      protected String content
  • Constructor Details

    • Expandablea42744

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

      @Internal public Expandablea42744(String restrictions, String content)
      Constructs a validated instance of Expandablea42744.

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

      Parameters:
      restrictions - restrictions
      content - content
    • Expandablea42744

      protected Expandablea42744()
  • Method Details