Class SpaceDescription

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

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

    • value

      protected String value
    • representation

      protected String representation
    • embeddedContent

      protected List<Object> embeddedContent
  • Constructor Details

    • SpaceDescription

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

      @Internal public SpaceDescription(String value, String representation, List<Object> embeddedContent)
      Constructs a validated instance of SpaceDescription.

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

      Parameters:
      value - value
      representation - representation
      embeddedContent - embeddedContent
    • SpaceDescription

      protected SpaceDescription()
  • Method Details