public static class Event.APIRequestCreateMaybe extends APIRequest<Event>
APIRequest.DefaultAsyncRequestExecutor, APIRequest.DefaultRequestExecutor, APIRequest.IAsyncRequestExecutor, APIRequest.IRequestExecutor, APIRequest.RequestHelper, APIRequest.ResponseParser<T extends APINode>| Modifier and Type | Field and Description |
|---|---|
static String[] |
FIELDS |
static String[] |
PARAMS |
context, endpoint, method, nodeId, paramNames, params, parser, returnFields, USER_AGENT, useVideoEndpoint| Constructor and Description |
|---|
APIRequestCreateMaybe(String nodeId,
APIContext context) |
addToBatch, addToBatch, changeAsyncRequestExecutor, changeRequestExecutor, executeAsyncBase, executeAsyncBase, executeAsyncInternal, executeAsyncInternal, executeInternal, executeInternal, getAsyncExecutor, getContext, getExecutor, joinStringList, requestFieldInternal, setContext, setOverrideUrl, setParamInternal, setParamsInternal, setUseVideoEndpointpublic APIRequestCreateMaybe(String nodeId, APIContext context)
public Event getLastResponse()
getLastResponse in class APIRequest<Event>public Event parseResponse(String response) throws APIException
parseResponse in class APIRequest<Event>APIExceptionpublic Event execute() throws APIException
execute in class APIRequest<Event>APIExceptionpublic Event execute(Map<String,Object> extraParams) throws APIException
execute in class APIRequest<Event>APIExceptionpublic com.google.common.util.concurrent.ListenableFuture<Event> executeAsync() throws APIException
APIExceptionpublic com.google.common.util.concurrent.ListenableFuture<Event> executeAsync(Map<String,Object> extraParams) throws APIException
APIExceptionpublic Event.APIRequestCreateMaybe setParam(String param, Object value)
setParam in class APIRequest<Event>public Event.APIRequestCreateMaybe setParams(Map<String,Object> params)
setParams in class APIRequest<Event>public Event.APIRequestCreateMaybe setEid(String eid)
public Event.APIRequestCreateMaybe setActionContext(Object actionContext)
public Event.APIRequestCreateMaybe setActionContext(String actionContext)
public Event.APIRequestCreateMaybe setAppContext(Object appContext)
public Event.APIRequestCreateMaybe setAppContext(String appContext)
public Event.APIRequestCreateMaybe setTracking(String tracking)
public Event.APIRequestCreateMaybe setUid(Long uid)
public Event.APIRequestCreateMaybe setUid(String uid)
public Event.APIRequestCreateMaybe requestAllFields()
public Event.APIRequestCreateMaybe requestAllFields(boolean value)
public Event.APIRequestCreateMaybe requestFields(List<String> fields)
requestFields in class APIRequest<Event>public Event.APIRequestCreateMaybe requestFields(List<String> fields, boolean value)
requestFields in class APIRequest<Event>public Event.APIRequestCreateMaybe requestField(String field)
requestField in class APIRequest<Event>public Event.APIRequestCreateMaybe requestField(String field, boolean value)
requestField in class APIRequest<Event>Copyright © 2018. All rights reserved.