public static class Campaign.APIRequestGetContentDeliveryReport extends APIRequest<ContentDeliveryReport>
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 |
|---|
APIRequestGetContentDeliveryReport(String nodeId,
APIContext context) |
addToBatch, addToBatch, addToBatch, changeAsyncRequestExecutor, changeRequestExecutor, executeAsyncBase, executeAsyncBase, executeAsyncInternal, executeAsyncInternal, executeInternal, executeInternal, getAsyncExecutor, getContext, getExecutor, joinStringList, requestFieldInternal, setContext, setOverrideUrl, setParamInternal, setParamsInternal, setUseVideoEndpointpublic APIRequestGetContentDeliveryReport(String nodeId, APIContext context)
public APINodeList<ContentDeliveryReport> getLastResponse()
getLastResponse in class APIRequest<ContentDeliveryReport>public APINodeList<ContentDeliveryReport> parseResponse(String response, String header) throws APIException
parseResponse in class APIRequest<ContentDeliveryReport>APIExceptionpublic APINodeList<ContentDeliveryReport> execute() throws APIException
execute in class APIRequest<ContentDeliveryReport>APIExceptionpublic APINodeList<ContentDeliveryReport> execute(Map<String,Object> extraParams) throws APIException
execute in class APIRequest<ContentDeliveryReport>APIExceptionpublic com.google.common.util.concurrent.ListenableFuture<APINodeList<ContentDeliveryReport>> executeAsync() throws APIException
APIExceptionpublic com.google.common.util.concurrent.ListenableFuture<APINodeList<ContentDeliveryReport>> executeAsync(Map<String,Object> extraParams) throws APIException
APIExceptionpublic Campaign.APIRequestGetContentDeliveryReport setParam(String param, Object value)
setParam in class APIRequest<ContentDeliveryReport>public Campaign.APIRequestGetContentDeliveryReport setParams(Map<String,Object> params)
setParams in class APIRequest<ContentDeliveryReport>public Campaign.APIRequestGetContentDeliveryReport setEndDate(String endDate)
public Campaign.APIRequestGetContentDeliveryReport setPageId(Long pageId)
public Campaign.APIRequestGetContentDeliveryReport setPageId(String pageId)
public Campaign.APIRequestGetContentDeliveryReport setPlatform(ContentDeliveryReport.EnumPlatform platform)
public Campaign.APIRequestGetContentDeliveryReport setPlatform(String platform)
public Campaign.APIRequestGetContentDeliveryReport setPosition(ContentDeliveryReport.EnumPosition position)
public Campaign.APIRequestGetContentDeliveryReport setPosition(String position)
public Campaign.APIRequestGetContentDeliveryReport setStartDate(String startDate)
public Campaign.APIRequestGetContentDeliveryReport setSummary(Boolean summary)
public Campaign.APIRequestGetContentDeliveryReport setSummary(String summary)
public Campaign.APIRequestGetContentDeliveryReport requestAllFields()
public Campaign.APIRequestGetContentDeliveryReport requestAllFields(boolean value)
public Campaign.APIRequestGetContentDeliveryReport requestFields(List<String> fields)
requestFields in class APIRequest<ContentDeliveryReport>public Campaign.APIRequestGetContentDeliveryReport requestFields(List<String> fields, boolean value)
requestFields in class APIRequest<ContentDeliveryReport>public Campaign.APIRequestGetContentDeliveryReport requestField(String field)
requestField in class APIRequest<ContentDeliveryReport>public Campaign.APIRequestGetContentDeliveryReport requestField(String field, boolean value)
requestField in class APIRequest<ContentDeliveryReport>public Campaign.APIRequestGetContentDeliveryReport requestContentNameField()
public Campaign.APIRequestGetContentDeliveryReport requestContentNameField(boolean value)
public Campaign.APIRequestGetContentDeliveryReport requestContentUrlField()
public Campaign.APIRequestGetContentDeliveryReport requestContentUrlField(boolean value)
public Campaign.APIRequestGetContentDeliveryReport requestCreatorNameField()
public Campaign.APIRequestGetContentDeliveryReport requestCreatorNameField(boolean value)
public Campaign.APIRequestGetContentDeliveryReport requestCreatorUrlField()
public Campaign.APIRequestGetContentDeliveryReport requestCreatorUrlField(boolean value)
public Campaign.APIRequestGetContentDeliveryReport requestEstimatedImpressionsField()
public Campaign.APIRequestGetContentDeliveryReport requestEstimatedImpressionsField(boolean value)
Copyright © 2020. All rights reserved.