Parse Arduino Yun SDK
1
Parse Arduino Yun SDK
|
Class responsible for getting the object from Parse. More...
#include <ParseObjectGet.h>
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 |
Class responsible for getting the object from Parse.
|
overridevirtual |