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

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

    • value

      protected String value
      The space description.
    • representation

      protected String representation
      Set to 'plain'.
  • Constructor Details

    • Plain

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

      @Internal public Plain(String value, String representation)
      Constructs a validated instance of Plain.

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

      Parameters:
      value - The space description.
      representation - Set to 'plain'.
    • Plain

      protected Plain()
  • Method Details

    • value

      public String value()
      The space description.
    • representation

      public String representation()
      Set to 'plain'.
    • value

      public Plain value(String value)
      The space description.
      Returns:
      this.
    • representation

      public Plain representation(String representation)
      Set to 'plain'.
      Returns:
      this.
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object