Class Expandable9Bc16D

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

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

    • content

      protected String content
    • embeddedContent

      protected String embeddedContent
    • webresource

      protected String webresource
    • mediaToken

      protected String mediaToken
  • Constructor Details

    • Expandable9Bc16D

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

      @Internal public Expandable9Bc16D(String content, String embeddedContent, String webresource, String mediaToken)
      Constructs a validated instance of Expandable9Bc16D.

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

      Parameters:
      content - content
      embeddedContent - embeddedContent
      webresource - webresource
      mediaToken - mediaToken
    • Expandable9Bc16D

      protected Expandable9Bc16D()
  • Method Details