10Duke Enterprise C++ Client
Loading...
Searching...
No Matches
FluentLicenseRelease.h
1#ifndef TENDUKE_EE_LICENSING_FLUENTLICENSERELEASE_H
2#define TENDUKE_EE_LICENSING_FLUENTLICENSERELEASE_H
3
4#include "./FluentLicenseReleaseBuilder.h"
5#include "../release/LicenseReleaseResponse.h"
6
7namespace tenduke { namespace ee { namespace licensing {
8
9class LicensingClient;
10
34
35}}}
36
37#endif //TENDUKE_EE_LICENSING_FLUENTLICENSERELEASE_H
Utility for building tenduke::ee::licensing::LicenseReleaseRequest.
Definition FluentLicenseReleaseBuilder.h:22
Utility to release license(s) fluently.
Definition FluentLicenseRelease.h:15
tenduke::ee::licensing::LicenseReleaseResponse execute()
Executes the fluently built release.
Definition FluentLicenseRelease.cpp:11
Response from tenduke::ee::licensing::LicenseReleaseRequest.
Definition LicenseReleaseResponse.h:18
High-level client for licensing operations.
Definition LicensingClient.h:47
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4