public class GraphErrorResponse extends java.lang.Object implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
GraphError |
error |
com.google.gson.JsonObject |
rawObject
The raw representation of this class when deserialized
|
| Constructor and Description |
|---|
GraphErrorResponse() |
| Modifier and Type | Method and Description |
|---|---|
AdditionalDataManager |
additionalDataManager()
Provides access to objects not anticipated in the model, as well as
request and response data from the HTTP call
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="error") @Expose public GraphError error
@Expose(serialize=false,
deserialize=false)
public com.google.gson.JsonObject rawObject
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectserializer - the serializer for sub class deserializationjson - the JSON that this object was derived frompublic final AdditionalDataManager additionalDataManager()
IJsonBackedObjectadditionalDataManager in interface IJsonBackedObject