Parse Arduino Yun SDK  1
Parse Arduino Yun SDK
Public Member Functions
ParseObjectGet Class Reference

Class responsible for getting the object from Parse. More...

#include <ParseObjectGet.h>

Inheritance diagram for ParseObjectGet:
ParseRequest

Public Member Functions

 ParseObjectGet ()
 Constructor of ParseObjectGet object.
 
ParseResponse send () override
 launch the get object request and execute. More...
 
- Public Member Functions inherited from ParseRequest
 ParseRequest ()
 Constructor of ParseRequest object.
 
 ~ParseRequest ()
 Destructor of ParseRequest object.
 
void setClassName (const char *className)
 set the ParseObject class name in which request will be performed. More...
 
void setObjectId (const char *objectId)
 set the ParseObject object id in which request will be performed. More...
 

Additional Inherited Members

- Protected Attributes inherited from ParseRequest
String httpPath
 
String requestBody
 
bool isBodySet
 

Detailed Description

Class responsible for getting the object from Parse.

Member Function Documentation

ParseResponse ParseObjectGet::send ( )
overridevirtual

launch the get object request and execute.

Returns
response of request

Implements ParseRequest.


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