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