10Duke Enterprise C++ Client
Loading...
Searching...
No Matches
FluentLicenseCheckoutParameters.h
1#ifndef TENDUKE_EE_LICENSING_FLUENTLICENSECHECKOUTPARAMETERS_H
2#define TENDUKE_EE_LICENSING_FLUENTLICENSECHECKOUTPARAMETERS_H
3
4#include "./FluentLicenseCheckoutBuilder.h"
5
6
7namespace tenduke { namespace ee { namespace licensing {
8
13{
14public:
19 explicit FluentLicenseCheckoutParameters(const ::tenduke::ee::ClientProperties clientProperties)
20 : FluentLicenseCheckoutBuilder(std::move(clientProperties)) {}
21
30
31};
32
33}}}
34#endif //TENDUKE_EE_LICENSING_FLUENTLICENSECHECKOUTPARAMETERS_H
FluentLicenseCheckoutParameters(const ::tenduke::ee::ClientProperties clientProperties)
Constructs new instance.
Definition FluentLicenseCheckoutParameters.h:19
Inheritable base class building checkout request parameters fluently.
Definition FluentLicenseCheckoutBuilder.h:19
FluentLicenseCheckoutBuilder(::tenduke::ee::ClientProperties clientProperties)
Definition FluentLicenseCheckoutBuilder.h:25
virtual tenduke::ee::licensing::LicenseCheckoutParameters buildParameters()
Definition FluentLicenseCheckoutBuilder.h:160
tenduke::ee::licensing::LicenseCheckoutParameters build()
Builds the parameters.
Definition FluentLicenseCheckoutParameters.h:26
FluentLicenseCheckoutParameters(const ::tenduke::ee::ClientProperties clientProperties)
Constructs new instance.
Definition FluentLicenseCheckoutParameters.h:19
Parameters for license checkout request.
Definition LicenseCheckoutParameters.h:18
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