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 protected SpaceDescription()
      Protected no-args constructor for use by serialization frameworks.
    • 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
  • Method Details

    • value

      public String value()
      Fluent getter for value.
      Returns:
      value
    • value

      public SpaceDescription value(String value)
      Fluent setter for value.
      Parameters:
      value - value
      Returns:
      this
    • getValue

      public String getValue()
      Gets the value of value.
      Returns:
      value
    • setValue

      public void setValue(String value)
      Sets the value of value.
      Parameters:
      value - value
    • representation

      public String representation()
      Fluent getter for representation.
      Returns:
      representation
    • representation

      public SpaceDescription representation(String representation)
      Fluent setter for representation.
      Parameters:
      representation - representation
      Returns:
      this
    • getRepresentation

      public String getRepresentation()
      Gets the value of representation.
      Returns:
      representation
    • setRepresentation

      public void setRepresentation(String representation)
      Sets the value of representation.
      Parameters:
      representation - representation
    • embeddedContent

      public List<Object> embeddedContent()
      Fluent getter for embeddedContent.
      Returns:
      embeddedContent
    • embeddedContent

      public SpaceDescription embeddedContent(List<Object> embeddedContent)
      Fluent setter for embeddedContent.
      Parameters:
      embeddedContent - embeddedContent
      Returns:
      this
    • getEmbeddedContent

      public List<Object> getEmbeddedContent()
      Gets the value of embeddedContent.
      Returns:
      embeddedContent
    • setEmbeddedContent

      public void setEmbeddedContent(List<Object> embeddedContent)
      Sets the value of embeddedContent.
      Parameters:
      embeddedContent - embeddedContent
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object