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

A container for a list of version infos. More...

#include <VersionInfos.h>

Public Member Functions

void SetVersions (std::vector< VersionInfo > versions)
 Sets the vector of version infos. More...
 
const std::vector< VersionInfo > & GetVersions () const
 Gets the vector of version infos. More...
 

Detailed Description

A container for a list of version infos.

Member Function Documentation

◆ GetVersions()

const std::vector<VersionInfo>& olp::dataservice::read::model::VersionInfos::GetVersions ( ) const
inline

Gets the vector of version infos.

Returns
The vector of version infos.

◆ SetVersions()

void olp::dataservice::read::model::VersionInfos::SetVersions ( std::vector< VersionInfo versions)
inline

Sets the vector of version infos.

Parameters
versionsThe vector of version infos.

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