393394395396397398399
listOfMethods.put(METHOD, NOTIFICATIONS_GET); HttpResponseMessage response = f4j.sendGetRequest(listOfMethods); JSONObject root = new JSONObject(response.getResponse()); return new NotificationStatus(root); }