1#ifndef TENDUKE_EE_LICENSING_FLUENTLICENSERELEASEPARAMETERS_H
2#define TENDUKE_EE_LICENSING_FLUENTLICENSERELEASEPARAMETERS_H
4#include "./FluentLicenseReleaseBuilder.h"
5#include "../release/LicenseReleaseResponse.h"
7namespace tenduke {
namespace ee {
namespace licensing {
Utility for building tenduke::ee::licensing::LicenseReleaseRequest.
Definition FluentLicenseReleaseBuilder.h:22
tenduke::ee::licensing::LicenseReleaseParameters buildParameters()
Builds tenduke::ee::licensing::LicenseReleaseParameters.
Definition FluentLicenseReleaseBuilder.h:79
Utility for building tenduke::ee::licensing::LicenseReleaseParameters fluently.
Definition FluentLicenseReleaseParameters.h:15
tenduke::ee::licensing::LicenseReleaseParameters build()
Builds the parameters.
Definition FluentLicenseReleaseParameters.h:21
Parameters for license-release request.
Definition LicenseReleaseParameters.h:13
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4