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