public class GraphObject extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected org.codehaus.jettison.json.JSONObject | 
jsonObject  | 
protected int | 
statusCode  | 
| Constructor and Description | 
|---|
GraphObject(org.codehaus.jettison.json.JSONObject jsonObject)  | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
convertTimezoneFromExchange(String exchangeTimezone)  | 
protected org.codehaus.jettison.json.JSONArray | 
getSingleValueExtendedProperties()  | 
String | 
getString(String key)  | 
Date | 
optDateTimeTimeZone(String key)  | 
org.codehaus.jettison.json.JSONArray | 
optJSONArray(String key)  | 
org.codehaus.jettison.json.JSONObject | 
optJSONObject(String key)  | 
String | 
optString(String key)  | 
String | 
optString(String section,
         String key)  | 
void | 
put(String alias,
   boolean value)  | 
void | 
put(String key,
   org.codehaus.jettison.json.JSONArray values)  | 
void | 
put(String alias,
   String value)  | 
void | 
setCategories(String values)  | 
void | 
setCategories(String[] values)  | 
String | 
toString(int indentFactor)  | 
protected final org.codehaus.jettison.json.JSONObject jsonObject
protected int statusCode
public org.codehaus.jettison.json.JSONArray optJSONArray(String key)
public void put(String alias, String value) throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONExceptionpublic void put(String alias, boolean value) throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONExceptionpublic void put(String key, org.codehaus.jettison.json.JSONArray values) throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONExceptionpublic void setCategories(String values) throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONExceptionpublic void setCategories(String[] values) throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONExceptionpublic String toString(int indentFactor) throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONExceptionprotected org.codehaus.jettison.json.JSONArray getSingleValueExtendedProperties()
                                                                         throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONExceptionpublic String getString(String key) throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONExceptionpublic org.codehaus.jettison.json.JSONObject optJSONObject(String key)
public Date optDateTimeTimeZone(String key) throws DavMailException
DavMailExceptionCopyright © 2001–2025 MickaĆ«l Guessant. All rights reserved.