Klasse ContentExpandable

java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.ContentExpandable

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class ContentExpandable extends Object
ContentExpandable
  • Felddetails

    • 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
  • Konstruktordetails

    • ContentExpandable

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

      @Internal public ContentExpandable(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 ContentExpandable.

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

      Parameter:
      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
    • ContentExpandable

      protected ContentExpandable()
  • Methodendetails