Provides query metadata for account detail list pagination. More...
#include "account_detail_pagination_meta.hpp"


Public Member Functions | |
| virtual size_t | pageSize () const =0 |
| Get the requested page size. More... | |
| virtual std::optional< std::reference_wrapper< const AccountDetailRecordId > > | firstRecordId () const =0 |
| Get the first requested record id, if provided. More... | |
| std::string | toString () const override |
| bool | operator== (const ModelType &rhs) const override |
Public Member Functions inherited from shared_model::interface::ModelPrimitive< AccountDetailPaginationMeta > | |
| virtual bool | operator== (const ModelType &rhs) const=0 |
| virtual bool | operator!= (const ModelType &rhs) const |
| virtual | ~ModelPrimitive ()=default |
Additional Inherited Members | |
Public Types inherited from shared_model::interface::ModelPrimitive< AccountDetailPaginationMeta > | |
| using | ModelType = AccountDetailPaginationMeta |
Provides query metadata for account detail list pagination.
|
pure virtual |
Get the first requested record id, if provided.
Implemented in shared_model::proto::AccountDetailPaginationMeta.

|
override |

|
pure virtual |
Get the requested page size.
Implemented in shared_model::proto::AccountDetailPaginationMeta.

|
overridevirtual |
Make string developer representation of object
Reimplemented from shared_model::interface::ModelPrimitive< AccountDetailPaginationMeta >.
