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 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
    • MovePageR200

      protected MovePageR200()
  • Method Details