Qore RestClientDataProvider Module Reference 2.0
Loading...
Searching...
No Matches
RestClientDataProvider::RestClientCallWithoutBodyRequestDataType Class Reference

Data type for REST client call requests with no message bodies. More...

#include <RestClientCallWithoutBodyRequestDataType.qc.dox.h>

Inheritance diagram for RestClientDataProvider::RestClientCallWithoutBodyRequestDataType:
[legend]

Public Member Functions

 constructor ()
 Creates the object.
 
- Public Member Functions inherited from RestClientDataProvider::RestClientCallRequestDataType
 constructor ()
 Creates the object.
 

Protected Member Functions

hash< auto > getConstructorFields ()
 Returns fields to add.
 
- Protected Member Functions inherited from RestClientDataProvider::RestClientCallRequestDataType
hash< auto > getConstructorFields ()
 Returns fields to add.
 

Protected Attributes

const Fields = RestClientCallRequestDataType::Fields - "body"
 Field descriptions.
 
- Protected Attributes inherited from RestClientDataProvider::RestClientCallRequestDataType
const Fields = ...
 Field descriptions.
 

Detailed Description

Data type for REST client call requests with no message bodies.