10Duke Enterprise C++ SDK
Toggle main menu visibility
Loading...
Searching...
No Matches
FluentLicenseReleaseParameters.h
1
#ifndef TENDUKE_EE_LICENSING_FLUENTLICENSERELEASEPARAMETERS_H
2
#define TENDUKE_EE_LICENSING_FLUENTLICENSERELEASEPARAMETERS_H
3
4
#include "./FluentLicenseReleaseBuilder.h"
5
#include "../release/LicenseReleaseResponse.h"
6
7
namespace
tenduke
{
namespace
ee
{
namespace
licensing
{
8
9
class
LicensingClient
;
10
14
class
FluentLicenseReleaseParameters
:
public
tenduke::ee::licensing::FluentLicenseReleaseBuilder
<FluentLicenseReleaseParameters>
15
{
16
public
:
21
tenduke::ee::licensing::LicenseReleaseParameters
build
()
22
{
23
return
buildParameters
();
24
}
25
};
26
27
}}}
28
29
#endif
//TENDUKE_EE_LICENSING_FLUENTLICENSERELEASEPARAMETERS_H
tenduke::ee::licensing::FluentLicenseReleaseBuilder
Utility for building tenduke::ee::licensing::LicenseReleaseRequest.
Definition
FluentLicenseReleaseBuilder.h:22
tenduke::ee::licensing::FluentLicenseReleaseBuilder< FluentLicenseReleaseParameters >::buildParameters
tenduke::ee::licensing::LicenseReleaseParameters buildParameters()
Definition
FluentLicenseReleaseBuilder.h:79
tenduke::ee::licensing::FluentLicenseReleaseParameters
Utility for building tenduke::ee::licensing::LicenseReleaseParameters fluently.
Definition
FluentLicenseReleaseParameters.h:15
tenduke::ee::licensing::FluentLicenseReleaseParameters::build
tenduke::ee::licensing::LicenseReleaseParameters build()
Builds the parameters.
Definition
FluentLicenseReleaseParameters.h:21
tenduke::ee::licensing::LicenseReleaseParameters
Parameters for license-release request.
Definition
LicenseReleaseParameters.h:13
tenduke::ee::licensing::LicensingClient
High-level client for licensing operations.
Definition
LicensingClient.h:47
tenduke::ee::licensing
Classes, functions and globals related to 10Duke Enterprise licensing.
Definition
AuthzLicensingClient.h:13
tenduke::ee
Classes, functions and globals of 10Duke Enterprise C++ Client.
Definition
APIRequest.h:4
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
client
enterprise
api
src
licensing
release
FluentLicenseReleaseParameters.h
Generated by
1.17.0