Class ResultsItem

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

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

  • Constructor Details

    • ResultsItem

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

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

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

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

      Parameters:
      key - key
  • Method Details

    • key

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

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