All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
ExternalEventSource |
copyFrom(ExternalEventSource instance) |
ExternalEventSource |
fetch() |
static ExternalEventSource |
fetchById(Long id,
APIContext context) |
static ExternalEventSource |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ExternalEventSource> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ExternalEventSource> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<ExternalEventSource> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<ExternalEventSource>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
ExternalEventSource.APIRequestGet |
get() |
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) |
String |
toString() |