public class EventSourceGroup extends APINode
| Modifier and Type | Class and Description |
|---|---|
static class |
EventSourceGroup.APIRequestCreateSharedAccount |
static class |
EventSourceGroup.APIRequestGet |
static class |
EventSourceGroup.APIRequestUpdate |
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
EventSourceGroup(Long id,
APIContext context) |
EventSourceGroup(String id,
APIContext context) |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic EventSourceGroup(Long id, APIContext context)
public EventSourceGroup(String id, APIContext context)
public EventSourceGroup fetch() throws APIException
APIExceptionpublic static EventSourceGroup fetchById(Long id, APIContext context) throws APIException
APIExceptionpublic static EventSourceGroup fetchById(String id, APIContext context) throws APIException
APIExceptionpublic static APINodeList<EventSourceGroup> fetchByIds(List<String> ids, List<String> fields, APIContext context) throws APIException
APIExceptionpublic static EventSourceGroup loadJSON(String json, APIContext context)
public static APINodeList<EventSourceGroup> 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 EventSourceGroup.APIRequestCreateSharedAccount createSharedAccount()
public EventSourceGroup.APIRequestGet get()
public EventSourceGroup.APIRequestUpdate update()
public Business getFieldBusiness()
public List<ExternalEventSource> getFieldEventSources()
public String getFieldId()
public String getFieldName()
public EventSourceGroup copyFrom(EventSourceGroup instance)
public static APIRequest.ResponseParser<EventSourceGroup> getParser()
Copyright © 2017. All rights reserved.