Interface PaginationConfiguration.Builder

    • Method Detail

      • pageSize

        PaginationConfiguration.Builder pageSize​(Long pageSize)

        Indicates how many items render in one page.

        Parameters:
        pageSize - Indicates how many items render in one page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pageNumber

        PaginationConfiguration.Builder pageNumber​(Long pageNumber)

        Indicates the page number.

        Parameters:
        pageNumber - Indicates the page number.
        Returns:
        Returns a reference to this object so that method calls can be chained together.