public class CustomConversion extends APINode
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomConversion.APIRequestCreateSharedAgency |
static class |
CustomConversion.APIRequestDelete |
static class |
CustomConversion.APIRequestDeleteSharedAgencies |
static class |
CustomConversion.APIRequestGet |
static class |
CustomConversion.APIRequestGetActivities |
static class |
CustomConversion.APIRequestGetStats |
static class |
CustomConversion.APIRequestUpdate |
static class |
CustomConversion.EnumCustomEventType |
static class |
CustomConversion.EnumEventType |
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
CustomConversion(Long id,
APIContext context) |
CustomConversion(String id,
APIContext context) |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic CustomConversion(Long id, APIContext context)
public CustomConversion(String id, APIContext context)
public CustomConversion fetch() throws APIException
APIExceptionpublic static CustomConversion fetchById(Long id, APIContext context) throws APIException
APIExceptionpublic static CustomConversion fetchById(String id, APIContext context) throws APIException
APIExceptionpublic static APINodeList<CustomConversion> fetchByIds(List<String> ids, List<String> fields, APIContext context) throws APIException
APIExceptionpublic static CustomConversion loadJSON(String json, APIContext context)
public static APINodeList<CustomConversion> 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 CustomConversion.APIRequestGetActivities getActivities()
public CustomConversion.APIRequestDeleteSharedAgencies deleteSharedAgencies()
public CustomConversion.APIRequestCreateSharedAgency createSharedAgency()
public CustomConversion.APIRequestGetStats getStats()
public CustomConversion.APIRequestDelete delete()
public CustomConversion.APIRequestGet get()
public CustomConversion.APIRequestUpdate update()
public String getFieldAccountId()
public String getFieldAggregationRule()
public String getFieldCreationTime()
public CustomConversion.EnumCustomEventType getFieldCustomEventType()
public List<ExternalEventSource> getFieldDataSources()
public Long getFieldDefaultConversionValue()
public String getFieldDescription()
public String getFieldEventSourceType()
public String getFieldFirstFiredTime()
public String getFieldId()
public Boolean getFieldIsArchived()
public String getFieldLastFiredTime()
public String getFieldName()
public OfflineConversionDataSet getFieldOfflineConversionDataSet()
public AdsPixel getFieldPixel()
public Long getFieldRetentionDays()
public String getFieldRule()
public CustomConversion copyFrom(CustomConversion instance)
public static APIRequest.ResponseParser<CustomConversion> getParser()
Copyright © 2017. All rights reserved.