public class PageSettings extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
PageSettings() |
| Modifier and Type | Method and Description |
|---|---|
PageSettings |
copyFrom(PageSettings instance) |
APIContext |
getContext() |
String |
getFieldId() |
String |
getFieldSetting() |
Object |
getFieldValue() |
String |
getId() |
static APIRequest.ResponseParser<PageSettings> |
getParser() |
static PageSettings |
loadJSON(String json,
APIContext context) |
static APINodeList<PageSettings> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
PageSettings |
setFieldId(String value) |
PageSettings |
setFieldSetting(String value) |
PageSettings |
setFieldValue(Object value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static PageSettings loadJSON(String json, APIContext context)
public static APINodeList<PageSettings> 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 String getFieldSetting()
public PageSettings setFieldSetting(String value)
public Object getFieldValue()
public PageSettings setFieldValue(Object value)
public String getFieldId()
public PageSettings setFieldId(String value)
public PageSettings copyFrom(PageSettings instance)
public static APIRequest.ResponseParser<PageSettings> getParser()
Copyright © 2018. All rights reserved.