1#ifndef TENDUKE_SE_PAGING_H
2#define TENDUKE_SE_PAGING_H
8namespace tenduke {
namespace se {
25 ,
const int32_t
limit = -1
Paging-ocnfiguration for the REST-API.
Definition Paging.h:13
const std::int32_t limit
Number of items to retrieve.
Definition Paging.h:37
Paging(const int32_t offset=-1, const int32_t limit=-1, std::string orderBy="", const bool orderAsc=false)
Constructs new instance.
Definition Paging.h:23
const bool orderAsc
Sort in ascending order?
Definition Paging.h:41
const std::int32_t offset
Start offset.
Definition Paging.h:35
const std::string orderBy
Field to sort by.
Definition Paging.h:39
Root for classes, functions and globals of 10Duke C++ Client.
Definition BackendConfiguration.h:7