1#ifndef TENDUKE_EE_LICENSING_FLUENTLICENSERENEW_H
2#define TENDUKE_EE_LICENSING_FLUENTLICENSERENEW_H
4#include "./FluentLicenseRenewBuilder.h"
5#include "./LicenseRenewResponse.h"
40 virtual ::tenduke::ee::licensing::LicenseRenewResponse
execute();
43 const ::tenduke::ee::licensing::LicensingClient &client;
FluentLicenseRenew(const ::tenduke::ee::licensing::LicensingClient &client)
Constructs new instance.
Definition FluentLicenseRenew.cpp:14
Inheritable base class building renew request parameters fluently.
Definition FluentLicenseRenewBuilder.h:21
virtual::tenduke::ee::licensing::LicenseRenewResponse execute()
Executes the request.
Definition FluentLicenseRenew.cpp:9
FluentLicenseRenew(const ::tenduke::ee::licensing::LicensingClient &client)
Constructs new instance.
Definition FluentLicenseRenew.cpp:14
High-level client for licensing operations.
Definition LicensingClient.h:47
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