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
10
34
35}}}
36
37#endif //TENDUKE_EE_LICENSING_FLUENTLICENSERELEASE_H
FluentLicenseRelease(const tenduke::ee::licensing::LicensingClient &client)
Constructs new instance.
Definition FluentLicenseRelease.cpp:8
Utility for building tenduke::ee::licensing::LicenseReleaseRequest.
Definition FluentLicenseReleaseBuilder.h:22
FluentLicenseRelease(const tenduke::ee::licensing::LicensingClient &client)
Constructs new instance.
Definition FluentLicenseRelease.cpp:8
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
Classes, functions and globals related to 10Duke Enterprise licensing.
Definition AuthzLicensingClient.h:13
Classes, functions and globals of 10Duke Enterprise C++ Client.
Definition APIRequest.h:4
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4