All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
AppEventConfig |
copyFrom(AppEventConfig instance) |
AppEventConfig |
fetch() |
static AppEventConfig |
fetchById(Long id,
APIContext context) |
static AppEventConfig |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AppEventConfig> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AppEventConfig> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<AppEventConfig> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<AppEventConfig>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
AppEventConfig.APIRequestGet |
get() |
APIContext |
getContext() |
List<Object> |
getFieldBreakdownsConfig() |
List<Object> |
getFieldBuiltinFieldsConfig() |
List<Object> |
getFieldDeprecatedEventsConfig() |
List<Object> |
getFieldEventsConfig() |
String |
getFieldId() |
String |
getFieldIosPurchaseValidationSecret() |
Boolean |
getFieldIsAnyRoleAbleToSeeRestrictedInsights() |
Boolean |
getFieldIsImplicitPurchaseLoggingOnAndroidSupported() |
Boolean |
getFieldIsImplicitPurchaseLoggingOnIosSupported() |
Boolean |
getFieldIsTrackAndroidAppUninstallSupported() |
Boolean |
getFieldIsTrackIosAppUninstallSupported() |
String |
getFieldJourneyBackfillStatus() |
List<String> |
getFieldJourneyConversionEvents() |
Boolean |
getFieldJourneyEnabled() |
String |
getFieldJourneyTimeout() |
Map<String,String> |
getFieldLatestSdkVersions() |
Boolean |
getFieldLogAndroidImplicitPurchaseEvents() |
Boolean |
getFieldLogAutomaticAnalyticsEvents() |
Boolean |
getFieldLogImplicitPurchaseEvents() |
List<String> |
getFieldPrevJourneyConversionEvents() |
String |
getFieldQueryApproximationAccuracyLevel() |
String |
getFieldQueryCurrency() |
String |
getFieldQueryTimezone() |
String |
getFieldRecentEventsUpdateTime() |
Long |
getFieldSessionTimeoutInterval() |
Boolean |
getFieldTrackAndroidAppUninstall() |
Boolean |
getFieldTrackIosAppUninstall() |
String |
getId() |
static APIRequest.ResponseParser<AppEventConfig> |
getParser() |
static AppEventConfig |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AppEventConfig> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |