public class Privacy extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
Privacy() |
| Modifier and Type | Method and Description |
|---|---|
Privacy |
copyFrom(Privacy instance) |
APIContext |
getContext() |
Object |
getFieldAllow() |
Object |
getFieldDeny() |
String |
getFieldDescription() |
String |
getFieldFriends() |
String |
getFieldId() |
String |
getFieldNetworks() |
String |
getFieldValue() |
String |
getId() |
static APIRequest.ResponseParser<Privacy> |
getParser() |
static Privacy |
loadJSON(String json,
APIContext context) |
static APINodeList<Privacy> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
Privacy |
setFieldAllow(Object value) |
Privacy |
setFieldDeny(Object value) |
Privacy |
setFieldDescription(String value) |
Privacy |
setFieldFriends(String value) |
Privacy |
setFieldId(String value) |
Privacy |
setFieldNetworks(String value) |
Privacy |
setFieldValue(String value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static Privacy loadJSON(String json, APIContext context)
public static APINodeList<Privacy> parseResponse(String json, APIContext context, APIRequest request) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic Object getFieldAllow()
public Object getFieldDeny()
public String getFieldDescription()
public String getFieldFriends()
public String getFieldNetworks()
public String getFieldValue()
public String getFieldId()
public static APIRequest.ResponseParser<Privacy> getParser()
Copyright © 2018. All rights reserved.