Class Expandablefdb576

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

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

    • content

      protected String content
    • collaborators

      protected String collaborators
  • Constructor Details

    • Expandablefdb576

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

      @Internal public Expandablefdb576(String content, String collaborators)
      Constructs a validated instance of Expandablefdb576.

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

      Parameters:
      content - content
      collaborators - collaborators
    • Expandablefdb576

      protected Expandablefdb576()
  • Method Details