Class Spaceb021Ae

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

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

The key for the space of the template. Required if the template is a space template. Set this to the current `space.key`.

  • Field Details

  • Constructor Details

    • Spaceb021Ae

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

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

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

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

      Parameters:
      key - key
  • Method Details

    • key

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

      public Spaceb021Ae key(String key)
      Fluent setter for key.
      Parameters:
      key - key
      Returns:
      this
    • getKey

      public String getKey()
      Gets the value of key.
      Returns:
      key
    • setKey

      public void setKey(String key)
      Sets the value of key.
      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