Qorus Integration Engine® Community Edition 6.0.0_dev
Loading...
Searching...
No Matches
QorusApiDataProvider::QorusApiPostSlaSuccessDataProvider Class Reference

The Qorus API data provider for the post SLA event success API. More...

Inherits AbstractDataProvider.

Public Member Methods

string getName ()
 Returns the name of the data provider.
 
*string getDesc ()
 Returns the data provider description.
 
hash< DataProviderInfo > getStaticInfoImpl ()
 Returns data provider static info.
 

Public Attributes

const ProviderInfo
 Provider info.
 
const RequestType = new QorusApiPostSlaSuccessRequestDataType()
 Request type.
 
const ResponseType = new QorusApiPostSlaSuccessResponseDataType()
 Response type.
 

Private Member Methods

auto doRequestImpl (auto req, *hash< auto > request_options)
 Makes a request and returns the response. More...
 
*AbstractDataProviderType getRequestTypeImpl ()
 Returns the description of a successful request message, if any. More...
 
*AbstractDataProviderType getResponseTypeImpl ()
 Returns the description of a response message, if this object represents a response message. More...
 

Detailed Description

The Qorus API data provider for the post SLA event success API.

Member Function Documentation

◆ doRequestImpl()

auto QorusApiDataProvider::QorusApiPostSlaSuccessDataProvider::doRequestImpl ( auto  req,
*hash< auto >  request_options 
)
private

Makes a request and returns the response.

Parameters
reqthe request to serialize and make according to the request type
request_optionsthe request options; will be processed by validateRequestOptions()
Returns
the response to the request

◆ getRequestTypeImpl()

*AbstractDataProviderType QorusApiDataProvider::QorusApiPostSlaSuccessDataProvider::getRequestTypeImpl ( )
private

Returns the description of a successful request message, if any.

Returns
the request type for this provider

◆ getResponseTypeImpl()

*AbstractDataProviderType QorusApiDataProvider::QorusApiPostSlaSuccessDataProvider::getResponseTypeImpl ( )
private

Returns the description of a response message, if this object represents a response message.

Returns
the response type for this response message

The documentation for this class was generated from the following file: