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