olp-cpp-sdk  1.22.0
Public Member Functions | List of all members
olp::dataservice::read::model::Creator Class Reference

Contains information on a user or application that initially created the catalog. More...

#include <Catalog.h>

Public Member Functions

 Creator (const Creator &)=default
 
 Creator (Creator &&)=default
 
Creatoroperator= (const Creator &)=default
 
Creatoroperator= (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...
 

Detailed Description

Contains information on a user or application that initially created the catalog.

Member Function Documentation

◆ 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
valueThe ID of the user or application that initially created the catalog.

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