public class AdReportRun extends APINode
| Modifier and Type | Class and Description |
|---|---|
static class |
AdReportRun.APIRequestGet |
static class |
AdReportRun.APIRequestGetInsights |
static class |
AdReportRun.EnumActionAttributionWindows |
static class |
AdReportRun.EnumActionBreakdowns |
static class |
AdReportRun.EnumActionReportTime |
static class |
AdReportRun.EnumBreakdowns |
static class |
AdReportRun.EnumDatePreset |
static class |
AdReportRun.EnumLevel |
static class |
AdReportRun.EnumSummary |
static class |
AdReportRun.EnumSummaryActionBreakdowns |
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AdReportRun(Long id,
APIContext context) |
AdReportRun(String id,
APIContext context) |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic AdReportRun(Long id, APIContext context)
public AdReportRun(String id, APIContext context)
public AdReportRun fetch() throws APIException
APIExceptionpublic static AdReportRun fetchById(Long id, APIContext context) throws APIException
APIExceptionpublic static AdReportRun fetchById(String id, APIContext context) throws APIException
APIExceptionpublic static APINodeList<AdReportRun> fetchByIds(List<String> ids, List<String> fields, APIContext context) throws APIException
APIExceptionpublic static AdReportRun loadJSON(String json, APIContext context)
public static APINodeList<AdReportRun> 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 AdReportRun.APIRequestGetInsights getInsights()
public AdReportRun.APIRequestGet get()
public String getFieldAccountId()
public Long getFieldAsyncPercentCompletion()
public String getFieldAsyncStatus()
public String getFieldDateStart()
public String getFieldDateStop()
public String getFieldFriendlyName()
public String getFieldId()
public Boolean getFieldIsBookmarked()
public Boolean getFieldIsRunning()
public String getFieldScheduleId()
public Long getFieldTimeCompleted()
public Long getFieldTimeRef()
public AdReportRun copyFrom(AdReportRun instance)
public static APIRequest.ResponseParser<AdReportRun> getParser()
Copyright © 2017. All rights reserved.