Class Space3Ea116

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

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

The key for the space of the new template. Only applies to space templates. If the spaceKey is not specified, the template will be created as a global template.

  • Field Details

  • Constructor Details

    • Space3Ea116

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

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

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

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

      Parameters:
      key - key
  • Method Details

    • key

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

      public Space3Ea116 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