10Duke Scale C++ Client
Loading...
Searching...
No Matches
tenduke::se::Paging Class Reference

#include <Paging.h>

Detailed Description

Paging-ocnfiguration for the REST-API.

Public Member Functions

 Paging (const int32_t offset=-1, const int32_t limit=-1, std::string orderBy="", const bool orderAsc=false)
 Constructs new instance.
 

Public Attributes

const std::int32_t offset
 Start offset.
 
const std::int32_t limit
 Number of items to retrieve.
 
const std::string orderBy
 Field to sort by.
 
const bool orderAsc
 Sort in ascending order?
 

Constructor & Destructor Documentation

◆ Paging()

tenduke::se::Paging::Paging ( const int32_t  offset = -1,
const int32_t  limit = -1,
std::string  orderBy = "",
const bool  orderAsc = false 
)
inlineexplicit

Constructs new instance.

Parameters
offset-
limit-
orderBy-
orderAsc-

The documentation for this class was generated from the following file: