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