Contains fields required to request compatible versions for the given catalog.
More...
#include <CompatibleVersionsRequest.h>
Contains fields required to request compatible versions for the given catalog.
◆ GetDependencies()
const Dependencies& olp::dataservice::read::CompatibleVersionsRequest::GetDependencies |
( |
| ) |
const |
|
inline |
Gets the dependencies for the catalog versions compatibility check.
- Returns
- The dependencies for the catalog versions compatibility check.
◆ GetLimit()
int32_t olp::dataservice::read::CompatibleVersionsRequest::GetLimit |
( |
| ) |
const |
|
inline |
Gets the maximum amount of versions available in the response.
- Returns
- The maximum amount of versions available in the response.
◆ WithDependencies()
Sets the dependencies to check the catalog versions for compatibility.
- Parameters
-
dependencies | The dependencies for the catalog versions compatibility check. |
- Returns
- A reference to the updated
CompatibleVersionsRequest
instance.
◆ WithLimit()
Sets the maximum amount of versions available in the response.
- Parameters
-
limit | The maximum amount of versions available in the response. The default limit is 1. |
- Returns
- A reference to the updated
CompatibleVersionsRequest
instance.
The documentation for this class was generated from the following file: