public class PrivacyOption extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
PrivacyOption() |
| Modifier and Type | Method and Description |
|---|---|
PrivacyOption |
copyFrom(PrivacyOption instance) |
APIContext |
getContext() |
String |
getFieldDescription() |
String |
getFieldIconSrc() |
String |
getFieldId() |
Boolean |
getFieldIsCurrentlySelected() |
String |
getFieldType() |
String |
getFieldUserId() |
String |
getId() |
static APIRequest.ResponseParser<PrivacyOption> |
getParser() |
static PrivacyOption |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<PrivacyOption> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
PrivacyOption |
setFieldDescription(String value) |
PrivacyOption |
setFieldIconSrc(String value) |
PrivacyOption |
setFieldId(String value) |
PrivacyOption |
setFieldIsCurrentlySelected(Boolean value) |
PrivacyOption |
setFieldType(String value) |
PrivacyOption |
setFieldUserId(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static PrivacyOption loadJSON(String json, APIContext context, String header)
public static APINodeList<PrivacyOption> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic String getFieldDescription()
public PrivacyOption setFieldDescription(String value)
public String getFieldIconSrc()
public PrivacyOption setFieldIconSrc(String value)
public String getFieldId()
public PrivacyOption setFieldId(String value)
public Boolean getFieldIsCurrentlySelected()
public PrivacyOption setFieldIsCurrentlySelected(Boolean value)
public String getFieldType()
public PrivacyOption setFieldType(String value)
public String getFieldUserId()
public PrivacyOption setFieldUserId(String value)
public PrivacyOption copyFrom(PrivacyOption instance)
public static APIRequest.ResponseParser<PrivacyOption> getParser()
Copyright © 2024. All rights reserved.