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