com.gadglet.core.GadgletResponse
This class represent a response sent to the client in JOSN format The class is parsed to JOSN on the server using Gson Sample JSON representation: {\"gadgetServerResponse\": {\"responseHeader\": {\"responseStatus\":\"ok\", \"userContainer\":\"www.google.com\", \"responseVersion\":\"1.0\", \"hasMoreItems\":false, \"totalItemsNum\":2, \"addPermit\":true, \"errorFields\":[], \"customHeaders\":[]}, \"responseItems\": [{\"item\": {\"field1\":\"????????\", \"field2\":\"????\", \"gadgetContentItemKey\":\"agp5dXZpc2FtcGxlchkLEhFQZXJzb25hbE5vdGVzRGF0YRiL3BgM\"}, \"itemPermissions\": {\"updatePermit\":true, \"deletePermit\":true, \"sharePermit\":false}}, {\"item\": {\"field1\":\"????????\", \"field2\":\"????\", \"gadgetContentItemKey\":\"agp5dXZpc2FtcGxlchkLEhFQZXJzb25hbE5vdGVzRGF0YRiL3BgM\"}, \"itemPermissions\": {\"updatePermit\":true, \"deletePermit\":true, \"sharePermit\":false}}, ]}}