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