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 |
getFieldSetting() |
Object |
getFieldValue() |
String |
getId() |
static APIRequest.ResponseParser<PageSettings> |
getParser() |
static PageSettings |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<PageSettings> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
PageSettings |
setFieldSetting(String value) |
PageSettings |
setFieldValue(Object value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static PageSettings loadJSON(String json, APIContext context, String header)
public static APINodeList<PageSettings> 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 getFieldSetting()
public PageSettings setFieldSetting(String value)
public Object getFieldValue()
public PageSettings setFieldValue(Object value)
public PageSettings copyFrom(PageSettings instance)
public static APIRequest.ResponseParser<PageSettings> getParser()
Copyright © 2020. All rights reserved.