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