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

Represents dependencies for the given catalog version. More...

#include <VersionsResponseEntry.h>

Public Types

using CatalogVersions = std::vector< CatalogVersion >
 

Public Member Functions

void SetCatalogVersions (CatalogVersions catalog_versions)
 Sets the information on the dependencies. More...
 
const CatalogVersions & GetCatalogVersions () const
 Gets the information on the compatible versions. More...
 
int64_t GetVersion () const
 Gets the version of the catalog. More...
 
void SetVersion (int64_t version)
 Sets the version of the catalog. More...
 

Detailed Description

Represents dependencies for the given catalog version.

Member Function Documentation

◆ GetCatalogVersions()

const CatalogVersions& olp::dataservice::read::model::VersionsResponseEntry::GetCatalogVersions ( ) const
inline

Gets the information on the compatible versions.

Returns
The information on the compatible versions.

◆ GetVersion()

int64_t olp::dataservice::read::model::VersionsResponseEntry::GetVersion ( ) const
inline

Gets the version of the catalog.

Returns
The version of the catalog.

◆ SetCatalogVersions()

void olp::dataservice::read::model::VersionsResponseEntry::SetCatalogVersions ( CatalogVersions  catalog_versions)
inline

Sets the information on the dependencies.

Parameters
catalog_versionsThe information of the dependencies.

◆ SetVersion()

void olp::dataservice::read::model::VersionsResponseEntry::SetVersion ( int64_t  version)
inline

Sets the version of the catalog.

Parameters
versionThe version of the catalog.

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