Qore RestClientDataProvider Module Reference 2.0.1
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 Methods

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

Private Member Methods

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

Private Attributes

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

Detailed Description

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