Difference between revisions of "Template:Json RequestBlock Header- Java"

From Updox API
Jump to: navigation, search
(Created page with "private Map<String,Object> BuildMessage() throws Exception { Map<String,Object> messageData = new HashMap(); Map<String,String> authData = new HashMap();")
 
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
private Map<String,Object> BuildMessage() throws Exception
+
    private Map<String,Object> BuildMessage() throws Exception
  {
+
    {
      Map<String,Object> messageData = new HashMap();
+
        Map<String,Object> messageData = new HashMap();
 
+
        Map<String,String> authData = new HashMap();
      Map<String,String> authData = new HashMap();
+

Latest revision as of 10:42, 23 April 2014

   private Map<String,Object> BuildMessage() throws Exception
   {
       Map<String,Object> messageData = new HashMap();
       Map<String,String> authData = new HashMap();