Class Space33569E

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

@Generated("io.github.primelib.primecodegen") public class Space33569E extends Object
Space33569E

The space for the content.

  • Field Details

    • key

      protected String key
      The key of the space
  • Constructor Details

    • Space33569E

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

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

      @Internal public Space33569E(String key)
      Constructs a validated instance of Space33569E.

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

      Parameters:
      key - The key of the space
  • Method Details

    • key

      public String key()
      Fluent getter for key.

      The key of the space

      Returns:
      key
    • key

      public Space33569E key(String key)
      Fluent setter for key.

      The key of the space

      Parameters:
      key - key
      Returns:
      this
    • getKey

      public String getKey()
      Gets the value of key.

      The key of the space

      Returns:
      key
    • setKey

      public void setKey(String key)
      Sets the value of key.

      The key of the space

      Parameters:
      key - key
    • 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