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 |
getId() |
static APIRequest.ResponseParser<FAMEExportConfig> |
getParser() |
static FAMEExportConfig |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<FAMEExportConfig> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
FAMEExportConfig |
setFieldCanEdit(Boolean value) |
FAMEExportConfig |
setFieldColumnId(String value) |
FAMEExportConfig |
setFieldDisplayName(String value) |
FAMEExportConfig |
setFieldFormat(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static FAMEExportConfig loadJSON(String json, APIContext context, String header)
public static APINodeList<FAMEExportConfig> 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 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 FAMEExportConfig copyFrom(FAMEExportConfig instance)
public static APIRequest.ResponseParser<FAMEExportConfig> getParser()
Copyright © 2020. All rights reserved.