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

Class responsible for object update. More...

#include <ParseObjectUpdate.h>

Inheritance diagram for ParseObjectUpdate:
ParseObjectCreate ParseRequest

Public Member Functions

 ParseObjectUpdate ()
 Constructor of ParseObjectUpdate object.
 
ParseResponse send () override
 launch the update object request and execute. More...
 
- Public Member Functions inherited from ParseObjectCreate
 ParseObjectCreate ()
 Constructor of ParseObjectCreate object.
 
void add (const char *key, int d)
 Add a key and integer value pair to object. More...
 
void add (const char *key, double d)
 Add a key and double value pair to object. More...
 
void add (const char *key, const char *s)
 add a key and string value pair to object. More...
 
void add (const char *key, bool b)
 add a key and boolean value pair to object. More...
 
void addGeoPoint (const char *key, double lat, double lon)
 add a key and GeoPoint value pair to object. More...
 
void addJSONValue (const char *key, const char *json)
 add a key and json value pair to object. More...
 
void addJSONValue (const char *key, const String &json)
 add a key and json value pair to object. More...
 
void setJSONBody (const char *jsonBody)
 set the json body of object directly. More...
 
void setJSONBody (const String &jsonBody)
 set the json body of object directly. 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 Member Functions inherited from ParseObjectCreate
void addKey (const char *key)
 
- Protected Attributes inherited from ParseRequest
String httpPath
 
String requestBody
 
bool isBodySet
 

Detailed Description

Class responsible for object update.

Member Function Documentation

ParseResponse ParseObjectUpdate::send ( )
overridevirtual

launch the update object request and execute.

Returns
the response

Reimplemented from ParseObjectCreate.


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