public static class BusinessUnit.APIRequestGetConversionPaths extends APIRequest<APINode>
APIRequest.DefaultAsyncRequestExecutor, APIRequest.DefaultRequestExecutor, APIRequest.IAsyncRequestExecutor, APIRequest.IRequestExecutor, APIRequest.RequestHelper, APIRequest.ResponseParser<T extends APINode>, APIRequest.ResponseWrapper
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 |
---|
APIRequestGetConversionPaths(String nodeId,
APIContext context) |
addToBatch, addToBatch, addToBatch, changeAsyncRequestExecutor, changeRequestExecutor, executeAsyncBase, executeAsyncBase, executeAsyncInternal, executeAsyncInternal, executeInternal, executeInternal, getAsyncExecutor, getContext, getExecutor, joinStringList, requestFieldInternal, setContext, setOverrideUrl, setParamInternal, setParamsInternal, setUseVideoEndpoint
public APIRequestGetConversionPaths(String nodeId, APIContext context)
public APINodeList<APINode> getLastResponse()
getLastResponse
in class APIRequest<APINode>
public APINodeList<APINode> parseResponse(String response, String header) throws APIException
parseResponse
in class APIRequest<APINode>
APIException
public APINodeList<APINode> execute() throws APIException
execute
in class APIRequest<APINode>
APIException
public APINodeList<APINode> execute(Map<String,Object> extraParams) throws APIException
execute
in class APIRequest<APINode>
APIException
public com.google.common.util.concurrent.ListenableFuture<APINodeList<APINode>> executeAsync() throws APIException
APIException
public com.google.common.util.concurrent.ListenableFuture<APINodeList<APINode>> executeAsync(Map<String,Object> extraParams) throws APIException
APIException
public BusinessUnit.APIRequestGetConversionPaths setParam(String param, Object value)
setParam
in class APIRequest<APINode>
public BusinessUnit.APIRequestGetConversionPaths setParams(Map<String,Object> params)
setParams
in class APIRequest<APINode>
public BusinessUnit.APIRequestGetConversionPaths setClickLookbackWindow(Long clickLookbackWindow)
public BusinessUnit.APIRequestGetConversionPaths setClickLookbackWindow(String clickLookbackWindow)
public BusinessUnit.APIRequestGetConversionPaths setDateRange(Object dateRange)
public BusinessUnit.APIRequestGetConversionPaths setDateRange(String dateRange)
public BusinessUnit.APIRequestGetConversionPaths setFbConversionEventId(Long fbConversionEventId)
public BusinessUnit.APIRequestGetConversionPaths setFbConversionEventId(String fbConversionEventId)
public BusinessUnit.APIRequestGetConversionPaths setLimit(Long limit)
public BusinessUnit.APIRequestGetConversionPaths setLimit(String limit)
public BusinessUnit.APIRequestGetConversionPaths setMetricContext(Map<String,String> metricContext)
public BusinessUnit.APIRequestGetConversionPaths setMetricContext(String metricContext)
public BusinessUnit.APIRequestGetConversionPaths setTimePeriod(BusinessUnit.EnumTimePeriod timePeriod)
public BusinessUnit.APIRequestGetConversionPaths setTimePeriod(String timePeriod)
public BusinessUnit.APIRequestGetConversionPaths setViewLookbackWindow(Long viewLookbackWindow)
public BusinessUnit.APIRequestGetConversionPaths setViewLookbackWindow(String viewLookbackWindow)
public BusinessUnit.APIRequestGetConversionPaths requestAllFields()
public BusinessUnit.APIRequestGetConversionPaths requestAllFields(boolean value)
public BusinessUnit.APIRequestGetConversionPaths requestFields(List<String> fields)
requestFields
in class APIRequest<APINode>
public BusinessUnit.APIRequestGetConversionPaths requestFields(List<String> fields, boolean value)
requestFields
in class APIRequest<APINode>
public BusinessUnit.APIRequestGetConversionPaths requestField(String field)
requestField
in class APIRequest<APINode>
public BusinessUnit.APIRequestGetConversionPaths requestField(String field, boolean value)
requestField
in class APIRequest<APINode>
Copyright © 2020. All rights reserved.