Interface PaginationConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PaginationConfiguration.Builder,PaginationConfiguration>, SdkBuilder<PaginationConfiguration.Builder,PaginationConfiguration>, SdkPojo
Enclosing class:
PaginationConfiguration

public static interface PaginationConfiguration.Builder extends SdkPojo, CopyableBuilder<PaginationConfiguration.Builder,PaginationConfiguration>
  • Method Details

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