Class MovePageR200

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

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

    • pageId

      protected String pageId
  • Constructor Details

    • MovePageR200

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

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

      @Internal public MovePageR200(String pageId)
      Constructs a validated instance of MovePageR200.

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

      Parameters:
      pageId - pageId
  • Method Details

    • pageId

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

      public MovePageR200 pageId(String pageId)
      Fluent setter for pageId.
      Parameters:
      pageId - pageId
      Returns:
      this
    • getPageId

      public String getPageId()
      Gets the value of pageId.
      Returns:
      pageId
    • setPageId

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