1#ifndef TENDUKE_SE_LICENSING_VEIJO_H
2#define TENDUKE_SE_LICENSING_VEIJO_H
9#include "../api/License.h"
10#include "json/JSONElement.h"
21std::unique_ptr<::tenduke::se::licensing::License>
parseLicense(::tenduke::json::JSONElement *element);
28std::unique_ptr<::tenduke::se::licensing::License>
parseLicense(
const std::shared_ptr<::tenduke::json::JSONElement>& element);
Low-level services for performing licensing REST-requests.
Definition DefaultDescribeLicenseConsumerClientBindingsRequest.h:9
std::unique_ptr<::tenduke::se::licensing::License > parseLicense(::tenduke::json::JSONElement *element)
Parses tenduke::se::licensing::License from JSON.
Definition ScaleEntitiesFromJSON.cpp:21
Licensing operations for 10Duke Scale.
Definition LicenseConsumerClientBindingStatus.h:8
Classes, functions and globals of 10Duke Scale C++ Client.
Definition AbstractClientFactory.h:16
Root for classes, functions and globals of 10Duke C++ Client.
Definition AbstractClientFactory.h:16