olp-cpp-sdk
1.22.0
|
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... | |
Represents a result of the compatible versions request.
|
inline |
Gets the information on the compatible versions.
It contains the version numbers and dependencies for the requested catalog.
|
inline |
Sets the information on the compatible versions.
It contains the version numbers and dependencies for the requested catalog.
entries | The information on the compatible versions. |