Contains information on a user or application that initially created the catalog.
More...
#include <Catalog.h>
|
| Creator (const Creator &)=default |
|
| Creator (Creator &&)=default |
|
Creator & | operator= (const Creator &)=default |
|
Creator & | operator= (Creator &&)=default |
|
const std::string & | GetId () const |
| Gets the unique ID of the user or application that initially created the catalog. More...
|
|
std::string & | GetMutableId () |
| Gets a mutable reference to the ID of the user or application that initially created the catalog. More...
|
|
void | SetId (const std::string &value) |
| Sets the ID of the user or application that initially created the catalog. More...
|
|
Contains information on a user or application that initially created the catalog.
◆ GetId()
const std::string& olp::dataservice::read::model::Creator::GetId |
( |
| ) |
const |
|
inline |
Gets the unique ID of the user or application that initially created the catalog.
- Returns
- The ID of the user or application that initially created the catalog.
◆ GetMutableId()
std::string& olp::dataservice::read::model::Creator::GetMutableId |
( |
| ) |
|
|
inline |
Gets a mutable reference to the ID of the user or application that initially created the catalog.
- Returns
- The mutable reference to the ID of the user or application that initially created the catalog.
◆ SetId()
void olp::dataservice::read::model::Creator::SetId |
( |
const std::string & |
value | ) |
|
|
inline |
Sets the ID of the user or application that initially created the catalog.
- Parameters
-
value | The ID of the user or application that initially created the catalog. |
The documentation for this class was generated from the following file:
- olp-cpp-sdk-dataservice-read/include/olp/dataservice/read/model/Catalog.h