public class FAMEExportConfig extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
FAMEExportConfig() |
| Modifier and Type | Method and Description |
|---|---|
FAMEExportConfig |
copyFrom(FAMEExportConfig instance) |
APIContext |
getContext() |
Boolean |
getFieldCanEdit() |
String |
getFieldColumnId() |
String |
getFieldDisplayName() |
String |
getFieldFormat() |
String |
getFieldId() |
String |
getId() |
static APIRequest.ResponseParser<FAMEExportConfig> |
getParser() |
static FAMEExportConfig |
loadJSON(String json,
APIContext context) |
static APINodeList<FAMEExportConfig> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
FAMEExportConfig |
setFieldCanEdit(Boolean value) |
FAMEExportConfig |
setFieldColumnId(String value) |
FAMEExportConfig |
setFieldDisplayName(String value) |
FAMEExportConfig |
setFieldFormat(String value) |
FAMEExportConfig |
setFieldId(String value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static FAMEExportConfig loadJSON(String json, APIContext context)
public static APINodeList<FAMEExportConfig> 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 Boolean getFieldCanEdit()
public FAMEExportConfig setFieldCanEdit(Boolean value)
public String getFieldColumnId()
public FAMEExportConfig setFieldColumnId(String value)
public String getFieldDisplayName()
public FAMEExportConfig setFieldDisplayName(String value)
public String getFieldFormat()
public FAMEExportConfig setFieldFormat(String value)
public String getFieldId()
public FAMEExportConfig setFieldId(String value)
public FAMEExportConfig copyFrom(FAMEExportConfig instance)
public static APIRequest.ResponseParser<FAMEExportConfig> getParser()
Copyright © 2018. All rights reserved.