10Duke Enterprise C++ SDK
Toggle main menu visibility
Loading...
Searching...
No Matches
FluentLicenseRenew.h
1
#ifndef TENDUKE_EE_LICENSING_FLUENTLICENSERENEW_H
2
#define TENDUKE_EE_LICENSING_FLUENTLICENSERENEW_H
3
4
#include "./FluentLicenseRenewBuilder.h"
5
#include "./LicenseRenewResponse.h"
6
7
8
namespace
tenduke
{
namespace
ee
{
namespace
licensing
{
9
10
class
LicensingClient
;
11
24
class
FluentLicenseRenew
:
public
::tenduke::ee::licensing::FluentLicenseRenewBuilder
<FluentLicenseRenew>
25
{
26
public
:
31
explicit
FluentLicenseRenew
(const ::tenduke::ee::licensing::LicensingClient &client);
32
40
virtual ::tenduke::ee::licensing::LicenseRenewResponse
execute
();
41
42
private
:
43
const ::tenduke::ee::licensing::LicensingClient &client;
44
};
45
46
47
}}}
48
49
#endif
//TENDUKE_EE_LICENSING_FLUENTLICENSERENEW_H
FluentLicenseRenew::FluentLicenseRenew
FluentLicenseRenew(const ::tenduke::ee::licensing::LicensingClient &client)
Constructs new instance.
Definition
FluentLicenseRenew.cpp:14
tenduke::ee::licensing::FluentLicenseRenewBuilder
Inheritable base class building renew request parameters fluently.
Definition
FluentLicenseRenewBuilder.h:21
tenduke::ee::licensing::FluentLicenseRenew::execute
virtual::tenduke::ee::licensing::LicenseRenewResponse execute()
Executes the request.
Definition
FluentLicenseRenew.cpp:9
tenduke::ee::licensing::FluentLicenseRenew::FluentLicenseRenew
FluentLicenseRenew(const ::tenduke::ee::licensing::LicensingClient &client)
Constructs new instance.
Definition
FluentLicenseRenew.cpp:14
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
renew
FluentLicenseRenew.h
Generated by
1.17.0