Class Expandable25A645

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

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

    • read

      protected String read
    • update

      protected String update
  • Constructor Details

    • Expandable25A645

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

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

      @Internal public Expandable25A645(String read, String update)
      Constructs a validated instance of Expandable25A645.

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

      Parameters:
      read - read
      update - update
  • Method Details

    • read

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

      public Expandable25A645 read(String read)
      Fluent setter for read.
      Parameters:
      read - read
      Returns:
      this
    • getRead

      public String getRead()
      Gets the value of read.
      Returns:
      read
    • setRead

      public void setRead(String read)
      Sets the value of read.
      Parameters:
      read - read
    • update

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

      public Expandable25A645 update(String update)
      Fluent setter for update.
      Parameters:
      update - update
      Returns:
      this
    • getUpdate

      public String getUpdate()
      Gets the value of update.
      Returns:
      update
    • setUpdate

      public void setUpdate(String update)
      Sets the value of update.
      Parameters:
      update - update
    • 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