Class Expandable

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

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

    • body

      protected String body
  • Constructor Details

    • Expandable

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

      @Internal protected Expandable()
      Protected no-args constructor for use by serialization frameworks.
    • Expandable

      @Internal public Expandable(String body)
      Constructs a validated instance of Expandable.

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

      Parameters:
      body - body
  • Method Details

    • body

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

      public Expandable body(String body)
      Fluent setter for body.
      Parameters:
      body - body
      Returns:
      this
    • getBody

      public String getBody()
      Gets the value of body.
      Returns:
      body
    • setBody

      public void setBody(String body)
      Sets the value of body.
      Parameters:
      body - body
    • 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