1#ifndef TENDUKE_EE_LICENSING_FLUENTLICENSERENEW_H
2#define TENDUKE_EE_LICENSING_FLUENTLICENSERENEW_H
4#include "./FluentLicenseRenewBuilder.h"
5#include "./LicenseRenewResponse.h"
8namespace tenduke {
namespace ee {
namespace licensing {
40 virtual ::tenduke::ee::licensing::LicenseRenewResponse
execute();
43 const ::tenduke::ee::licensing::LicensingClient &client;
Inheritable base class building renew request parameters fluently.
Definition FluentLicenseRenewBuilder.h:21
Utility for fluently building tenduke::ee::licensing::authzapi::LicenseRenewRequest.
Definition FluentLicenseRenew.h:25
virtual ::tenduke::ee::licensing::LicenseRenewResponse execute()
Executes the request.
Definition FluentLicenseRenew.cpp:9
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4