1#ifndef TENDUKE_EE_LICENSING_FLUENTLICENSERELEASE_H
2#define TENDUKE_EE_LICENSING_FLUENTLICENSERELEASE_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
Utility to release license(s) fluently.
Definition FluentLicenseRelease.h:15
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
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4