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