RestLink 2.2.0
Powerfull Rest Client for Qt
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
RestLink::PathParameter Class Reference

#include <pathparameter.h>

Inherits RestLink::Parameter.

Public Member Functions

 PathParameter ()
 
 PathParameter (const QString &name, const QVariant &value)
 
 PathParameter (const PathParameter &other)=default
 
 PathParameter (PathParameter &&other)=default
 
PathParameteroperator= (const PathParameter &other)
 
PathParameteroperator= (PathParameter &&other)
 
bool operator== (const PathParameter &other)
 
bool operator!= (const PathParameter &other)
 

Static Public Member Functions

static PathParameter fromJsonObject (const QJsonObject &object)
 

Protected Member Functions

 PathParameter (const QSharedDataPointer< ParameterData > &d)
 

Additional Inherited Members

 Defines flags used to specify special attributes for a parameter. More...
 Defines the possible types of parameters. More...

Constructor & Destructor Documentation

◆ PathParameter() [1/5]

RestLink::PathParameter::PathParameter ( )

◆ PathParameter() [2/5]

RestLink::PathParameter::PathParameter ( const QString &  name,
const QVariant &  value 
)

◆ PathParameter() [3/5]

RestLink::PathParameter::PathParameter ( const PathParameter other)
default

◆ PathParameter() [4/5]

RestLink::PathParameter::PathParameter ( PathParameter &&  other)
default

◆ PathParameter() [5/5]

RestLink::PathParameter::PathParameter ( const QSharedDataPointer< ParameterData > &  d)
protected

Member Function Documentation

◆ operator=() [1/2]

PathParameter & RestLink::PathParameter::operator= ( const PathParameter other)

◆ operator=() [2/2]

PathParameter & RestLink::PathParameter::operator= ( PathParameter &&  other)

◆ fromJsonObject()

PathParameter RestLink::PathParameter::fromJsonObject ( const QJsonObject &  object)
static

◆ operator==()

bool RestLink::PathParameter::operator== ( const PathParameter other)

◆ operator!=()

bool RestLink::PathParameter::operator!= ( const PathParameter other)
inline