/**
* API to set the entire resource attribute representation
- * @param attributeMap reference containing the name value pairs representing
- * the resource's attributes
+ * @param rep reference to the resource's representation
* @param interface specifies the interface
*/
void setResourceRepresentation(OCRepresentation& rep, std::string interface) {
/**
* API to set the entire resource attribute representation
- * @param attributeMap rvalue reference containing the name value pairs representing
- * the resource's attributes
+ * @param rep rvalue reference to the resource's representation
* @param interface specifies the interface
*/
void setResourceRepresentation(OCRepresentation&& rep, std::string interface) {
/**
* API to set the entire resource attribute representation
- * @param attributeMap reference containing the name value pairs representing the resource's
- * attributes
+ * @param rep reference to the to the resource's representation
*/
void setResourceRepresentation(OCRepresentation& rep) {
// Call the default
/**
* API to set the entire resource attribute representation
- * @param attributeMap rvalue reference containing the name value pairs representing the
- * resource's attributes
+ * @param rep rvalue reference to the resource's representation
*/
void setResourceRepresentation(OCRepresentation&& rep) {
// Call the above function