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