Class Space505A67

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

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

    • key

      protected String key
      The key of the space
  • Constructor Details

    • Space505A67

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

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

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

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using Space505A67(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 Space505A67 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