10Duke Scale C++ Client
Loading...
Searching...
No Matches
DescribeLicenseConsumerClientBindingsRequest.h
1#ifndef TENDUKE_SE_LICENSING_REST_DESCRIBELICENSECONSUMERCLIENTBINDINGSREQUEST_H
2#define TENDUKE_SE_LICENSING_REST_DESCRIBELICENSECONSUMERCLIENTBINDINGSREQUEST_H
3
4#include "../../api/consumers/LicenseConsumerClientBindingStatus.h"
5#include "../../../rest/APIRequest.h"
6
7namespace tenduke { namespace se { namespace licensing { namespace rest {
8
10typedef ::tenduke::se::APIRequest<::tenduke::se::licensing::LicenseConsumerClientBindingStatus> DescribeLicenseConsumerClientBindingsRequest;
11
12}}}}
13
14#endif //TENDUKE_SE_LICENSING_REST_DESCRIBELICENSECONSUMERCLIENTBINDINGSREQUEST_H
Low-level services for performing licensing REST-requests.
Definition DefaultDescribeLicenseConsumerClientBindingsRequest.h:9
::tenduke::se::APIRequest<::tenduke::se::licensing::LicenseConsumerClientBindingStatus > DescribeLicenseConsumerClientBindingsRequest
Request for describe license consumer client bindings.
Definition DescribeLicenseConsumerClientBindingsRequest.h:10
Licensing operations for 10Duke Scale.
Definition LicenseConsumerClientBindingStatus.h:8
Classes, functions and globals of 10Duke Scale C++ Client.
Definition AbstractClientFactory.h:16
Root for classes, functions and globals of 10Duke C++ Client.
Definition AbstractClientFactory.h:16