10Duke Enterprise C++ Client
Loading...
Searching...
No Matches
FluentLicenseCheckout.h
1#ifndef TENDUKE_EE_LICENSING_FLUENTLICENSECHECKOUT_H
2#define TENDUKE_EE_LICENSING_FLUENTLICENSECHECKOUT_H
3
4#include "./FluentLicenseCheckoutBuilder.h"
5#include "./LicenseCheckoutResponse.h"
6
7
8namespace tenduke { namespace ee { namespace licensing {
9
10class LicensingClient;
11
30{
31public:
39 const ::tenduke::ee::ClientProperties clientProperties
40 );
41
50
51private:
53};
54
55
56}}}
57
58#endif //TENDUKE_EE_LICENSING_FLUENTLICENSECHECKOUT_H
FluentLicenseCheckout(const tenduke::ee::licensing::LicensingClient &client, const ::tenduke::ee::ClientProperties clientProperties)
Constructs new instance.
Definition FluentLicenseCheckout.cpp:14
Inheritable base class building checkout request parameters fluently.
Definition FluentLicenseCheckoutBuilder.h:19
virtual tenduke::ee::licensing::LicenseCheckoutResponse execute()
Executes the request.
Definition FluentLicenseCheckout.cpp:9
FluentLicenseCheckout(const tenduke::ee::licensing::LicensingClient &client, const ::tenduke::ee::ClientProperties clientProperties)
Constructs new instance.
Definition FluentLicenseCheckout.cpp:14
Response from license checkout request.
Definition LicenseCheckoutResponse.h:24
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