Class Expandableabce4D

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

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

    • content

      protected String content
    • additionalProperties

      protected String additionalProperties
  • Constructor Details

    • Expandableabce4D

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

      @Internal public Expandableabce4D(String content, String additionalProperties)
      Constructs a validated instance of Expandableabce4D.

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

      Parameters:
      content - content
      additionalProperties - additionalProperties
    • Expandableabce4D

      protected Expandableabce4D()
  • Method Details