libkazv
Kazv::Api::SearchUserDirectoryJob::JobResponse Class Reference

#include <users.hpp>

Inheritance diagram for Kazv::Api::SearchUserDirectoryJob::JobResponse:
Collaboration diagram for Kazv::Api::SearchUserDirectoryJob::JobResponse:

Public Member Functions

 JobResponse (Response r)
 
bool success () const
 
immer::array< Userresults () const
 Ordered by rank and then whether or not profile info is available. More...
 
bool limited () const
 Indicates if the result list has been truncated by the limit. More...
 
- Public Member Functions inherited from Kazv::Response
std::string errorCode () const
 
std::string errorMessage () const
 
JsonWrap jsonBody () const
 
constexpr bool success () const
 
json dataJson (const std::string &key) const
 
std::string dataStr (const std::string &key) const
 
std::string jobId () const
 

Additional Inherited Members

- Public Types inherited from Kazv::Response
using StatusCode = int
 
- Public Attributes inherited from Kazv::Response
StatusCode statusCode
 
Body body
 
Header header
 
JsonWrap extraData
 

Constructor & Destructor Documentation

◆ JobResponse()

Kazv::Api::SearchUserDirectoryJob::JobResponse::JobResponse ( Response  r)

Member Function Documentation

◆ limited()

bool Kazv::Api::SearchUserDirectoryResponse::limited ( ) const

Indicates if the result list has been truncated by the limit.

◆ results()

immer::array< SearchUserDirectoryJob::User > Kazv::Api::SearchUserDirectoryResponse::results ( ) const

Ordered by rank and then whether or not profile info is available.

◆ success()

bool Kazv::Api::SearchUserDirectoryResponse::success ( ) const

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