1#ifndef TENDUKE_SE_LICENSING_FLUENTLICENSERELEASE_H
2#define TENDUKE_SE_LICENSING_FLUENTLICENSERELEASE_H
4#include "./FluentReleaseBuilder.h"
5#include "./LicenseReleaseResponse.h"
26 const ::tenduke::se::licensing::LicensingClient &client,
40 const ::tenduke::se::licensing::LicensingClient &client;
FluentLicenseRelease(const ::tenduke::se::licensing::LicensingClient &client, const std::string &licenseKey="")
Constructs new instance.
Definition FluentLicenseRelease.cpp:11
::tenduke::se::licensing::LicenseReleaseResponse execute()
Releases the licenses.
Definition FluentLicenseRelease.cpp:6
FluentLicenseRelease(const ::tenduke::se::licensing::LicensingClient &client, const std::string &licenseKey="")
Constructs new instance.
Definition FluentLicenseRelease.cpp:11
Base for fluent builder of release parameters.
Definition FluentReleaseBuilder.h:19
const std::string licenseKey
Definition FluentReleaseBuilder.h:93
Response from license release call.
Definition LicenseReleaseResponse.h:17
Client for licensing operations.
Definition LicensingClient.h:72
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