All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
EventSourceGroup |
copyFrom(EventSourceGroup instance) |
EventSourceGroup.APIRequestCreateSharedAccount |
createSharedAccount() |
EventSourceGroup |
fetch() |
static EventSourceGroup |
fetchById(Long id,
APIContext context) |
static EventSourceGroup |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<EventSourceGroup> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<EventSourceGroup> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<EventSourceGroup> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<EventSourceGroup>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
EventSourceGroup.APIRequestGet |
get() |
APIContext |
getContext() |
Business |
getFieldBusiness() |
List<ExternalEventSource> |
getFieldEventSources() |
String |
getFieldId() |
String |
getFieldName() |
String |
getId() |
static APIRequest.ResponseParser<EventSourceGroup> |
getParser() |
EventSourceGroup.APIRequestGetSharedAccounts |
getSharedAccounts() |
static EventSourceGroup |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<EventSourceGroup> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
EventSourceGroup.APIRequestUpdate |
update() |