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

Represents a result of the compatible versions request. More...

#include <VersionsResponse.h>

Public Types

using VersionsResponseEntries = std::vector< VersionsResponseEntry >
 

Public Member Functions

void SetVersionResponseEntries (VersionsResponseEntries entries)
 Sets the information on the compatible versions. More...
 
const VersionsResponseEntries & GetVersionResponseEntries () const
 Gets the information on the compatible versions. More...
 

Detailed Description

Represents a result of the compatible versions request.

Member Function Documentation

◆ GetVersionResponseEntries()

const VersionsResponseEntries& olp::dataservice::read::model::VersionsResponse::GetVersionResponseEntries ( ) const
inline

Gets the information on the compatible versions.

It contains the version numbers and dependencies for the requested catalog.

Returns
The information on the compatible versions.

◆ SetVersionResponseEntries()

void olp::dataservice::read::model::VersionsResponse::SetVersionResponseEntries ( VersionsResponseEntries  entries)
inline

Sets the information on the compatible versions.

It contains the version numbers and dependencies for the requested catalog.

Parameters
entriesThe information on the compatible versions.

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