Serialized Form

  • Package com.dzidzi.dto.pagination

    • Class com.dzidzi.dto.pagination.DzidziPaginationDTO

      class DzidziPaginationDTO extends Object implements Serializable
      serialVersionUID:
      987525689065430230L
      • Serialized Fields

        • limit
          int limit
          The limit is used to get a specific amount or subset of a dataset. This is the page.
        • offset
          int offset
          The offset.
        • page
          int page
          The page number.
        • totalCount
          long totalCount
          The total count of the given filter.
        • totalPages
          long totalPages
          This returns the total pages of the dataset expected to return by the query.