Class Expandable07C2Ed

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

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

    • childTypes

      protected String childTypes
    • container

      protected String container
    • metadata

      protected String metadata
    • operations

      protected String operations
    • children

      protected String children
    • restrictions

      protected String restrictions
    • history

      protected String history
    • ancestors

      protected String ancestors
    • body

      protected String body
    • version

      protected String version
    • descendants

      protected String descendants
    • space

      protected String space
    • extensions

      protected String extensions
    • schedulePublishDate

      protected String schedulePublishDate
    • schedulePublishInfo

      protected String schedulePublishInfo
    • macroRenderedOutput

      protected String macroRenderedOutput
  • Constructor Details

    • Expandable07C2Ed

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

      @Internal public Expandable07C2Ed(String childTypes, String container, String metadata, String operations, String children, String restrictions, String history, String ancestors, String body, String version, String descendants, String space, String extensions, String schedulePublishDate, String schedulePublishInfo, String macroRenderedOutput)
      Constructs a validated instance of Expandable07C2Ed.

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

      Parameters:
      childTypes - childTypes
      container - container
      metadata - metadata
      operations - operations
      children - children
      restrictions - restrictions
      history - history
      ancestors - ancestors
      body - body
      version - version
      descendants - descendants
      space - space
      extensions - extensions
      schedulePublishDate - schedulePublishDate
      schedulePublishInfo - schedulePublishInfo
      macroRenderedOutput - macroRenderedOutput
    • Expandable07C2Ed

      protected Expandable07C2Ed()
  • Method Details