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() |
String |
getFieldAllow() |
String |
getFieldDeny() |
String |
getFieldDescription() |
String |
getFieldFriends() |
String |
getFieldNetworks() |
String |
getFieldValue() |
String |
getId() |
static APIRequest.ResponseParser<Privacy> |
getParser() |
static Privacy |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<Privacy> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
Privacy |
setFieldAllow(String value) |
Privacy |
setFieldDeny(String value) |
Privacy |
setFieldDescription(String value) |
Privacy |
setFieldFriends(String value) |
Privacy |
setFieldNetworks(String value) |
Privacy |
setFieldValue(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static Privacy loadJSON(String json, APIContext context, String header)
public static APINodeList<Privacy> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext
in class APINode
public void setContext(APIContext context)
setContext
in class APINode
public String getFieldAllow()
public String getFieldDeny()
public String getFieldDescription()
public String getFieldFriends()
public String getFieldNetworks()
public String getFieldValue()
public static APIRequest.ResponseParser<Privacy> getParser()
Copyright © 2020. All rights reserved.