| Package | Description |
|---|---|
| com.facebook.ads.sdk |
| Modifier and Type | Method and Description |
|---|---|
DynamicItemDisplayBundle |
DynamicItemDisplayBundle.copyFrom(DynamicItemDisplayBundle instance) |
DynamicItemDisplayBundle |
DynamicItemDisplayBundle.APIRequestGet.execute() |
DynamicItemDisplayBundle |
DynamicItemDisplayBundle.APIRequestGet.execute(Map<String,Object> extraParams) |
DynamicItemDisplayBundle |
DynamicItemDisplayBundle.fetch() |
static DynamicItemDisplayBundle |
DynamicItemDisplayBundle.fetchById(Long id,
APIContext context) |
static DynamicItemDisplayBundle |
DynamicItemDisplayBundle.fetchById(String id,
APIContext context) |
DynamicItemDisplayBundle |
DynamicItemDisplayBundle.APIRequestGet.getLastResponse() |
static DynamicItemDisplayBundle |
DynamicItemDisplayBundle.loadJSON(String json,
APIContext context,
String header) |
DynamicItemDisplayBundle |
DynamicItemDisplayBundle.APIRequestGet.parseResponse(String response,
String header) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<DynamicItemDisplayBundle> |
DynamicItemDisplayBundle.APIRequestGet.executeAsync() |
com.google.common.util.concurrent.ListenableFuture<DynamicItemDisplayBundle> |
DynamicItemDisplayBundle.APIRequestGet.executeAsync(Map<String,Object> extraParams) |
static com.google.common.util.concurrent.ListenableFuture<DynamicItemDisplayBundle> |
DynamicItemDisplayBundle.fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<DynamicItemDisplayBundle> |
DynamicItemDisplayBundle.fetchByIdAsync(String id,
APIContext context) |
static APINodeList<DynamicItemDisplayBundle> |
DynamicItemDisplayBundle.fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<DynamicItemDisplayBundle>> |
DynamicItemDisplayBundle.fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
static APIRequest.ResponseParser<DynamicItemDisplayBundle> |
DynamicItemDisplayBundle.getParser() |
static APINodeList<DynamicItemDisplayBundle> |
DynamicItemDisplayBundle.parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
| Modifier and Type | Method and Description |
|---|---|
DynamicItemDisplayBundle |
DynamicItemDisplayBundle.copyFrom(DynamicItemDisplayBundle instance) |
Copyright © 2024. All rights reserved.