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