| 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 |
ScheduledPost.getFieldPlace() |
Place |
Status.getFieldPlace() |
Place |
AdsPost.getFieldPlace() |
Place |
DraftPost.getFieldPlace() |
Place |
Post.getFieldPlace() |
Place |
Photo.getFieldPlace() |
Place |
PagePost.getFieldPlace() |
Place |
ExpirablePost.getFieldPlace() |
Place |
Event.getFieldPlace() |
Place |
Album.getFieldPlace() |
Place |
AdVideo.getFieldPlace() |
Place |
Place.APIRequestGet.getLastResponse() |
static Place |
Place.loadJSON(String json,
APIContext context) |
Place |
Place.APIRequestGet.parseResponse(String response) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
Place |
Place.copyFrom(Place instance) |
ScheduledPost |
ScheduledPost.setFieldPlace(Place value) |
AdsPost |
AdsPost.setFieldPlace(Place value) |
DraftPost |
DraftPost.setFieldPlace(Place value) |
ExpirablePost |
ExpirablePost.setFieldPlace(Place value) |
Copyright © 2018. All rights reserved.