public class ExternalEventSource extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
ExternalEventSource() |
| Modifier and Type | Method and Description |
|---|---|
ExternalEventSource |
copyFrom(ExternalEventSource instance) |
APIContext |
getContext() |
String |
getFieldId() |
String |
getFieldName() |
String |
getFieldSourceType() |
String |
getId() |
static APIRequest.ResponseParser<ExternalEventSource> |
getParser() |
static ExternalEventSource |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<ExternalEventSource> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
ExternalEventSource |
setFieldId(String value) |
ExternalEventSource |
setFieldName(String value) |
ExternalEventSource |
setFieldSourceType(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static ExternalEventSource loadJSON(String json, APIContext context, String header)
public static APINodeList<ExternalEventSource> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic String getFieldId()
public ExternalEventSource setFieldId(String value)
public String getFieldName()
public ExternalEventSource setFieldName(String value)
public String getFieldSourceType()
public ExternalEventSource setFieldSourceType(String value)
public ExternalEventSource copyFrom(ExternalEventSource instance)
public static APIRequest.ResponseParser<ExternalEventSource> getParser()
Copyright © 2020. All rights reserved.