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

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

    • id

      protected Long id
      The `id` of the page to be archived.
  • Constructor Details

    • PagesItem

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

      @Internal public PagesItem(Long id)
      Constructs a validated instance of PagesItem.

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

      Parameters:
      id - The `id` of the page to be archived.
    • PagesItem

      protected PagesItem()
  • Method Details

    • id

      public Long id()
      The `id` of the page to be archived.
    • id

      public PagesItem id(Long id)
      The `id` of the page to be archived.
      Returns:
      this.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object