All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
CustomConversion |
copyFrom(CustomConversion instance) |
CustomConversion.APIRequestDelete |
delete() |
CustomConversion |
fetch() |
static CustomConversion |
fetchById(Long id,
APIContext context) |
static CustomConversion |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<CustomConversion> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<CustomConversion> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<CustomConversion> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<CustomConversion>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
CustomConversion.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldAccountId() |
String |
getFieldAggregationRule() |
Business |
getFieldBusiness() |
String |
getFieldCreationTime() |
CustomConversion.EnumCustomEventType |
getFieldCustomEventType() |
List<ExternalEventSource> |
getFieldDataSources() |
Long |
getFieldDefaultConversionValue() |
String |
getFieldDescription() |
String |
getFieldEventSourceType() |
String |
getFieldFirstFiredTime() |
String |
getFieldId() |
Boolean |
getFieldIsArchived() |
Boolean |
getFieldIsUnavailable() |
String |
getFieldLastFiredTime() |
String |
getFieldName() |
OfflineConversionDataSet |
getFieldOfflineConversionDataSet() |
AdsPixel |
getFieldPixel() |
Long |
getFieldRetentionDays() |
String |
getFieldRule() |
String |
getId() |
static APIRequest.ResponseParser<CustomConversion> |
getParser() |
CustomConversion.APIRequestGetStats |
getStats() |
static CustomConversion |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<CustomConversion> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
CustomConversion.APIRequestUpdate |
update() |