| Package | Description |
|---|---|
| com.facebook.ads.sdk |
| Modifier and Type | Method and Description |
|---|---|
ProductItem |
ProductItem.copyFrom(ProductItem instance) |
ProductItem |
ProductItem.APIRequestGet.execute() |
ProductItem |
ProductItem.APIRequestUpdate.execute() |
ProductItem |
ProductCatalog.APIRequestCreateProduct.execute() |
ProductItem |
ProductGroup.APIRequestCreateProduct.execute() |
ProductItem |
ProductItem.APIRequestGet.execute(Map<String,Object> extraParams) |
ProductItem |
ProductItem.APIRequestUpdate.execute(Map<String,Object> extraParams) |
ProductItem |
ProductCatalog.APIRequestCreateProduct.execute(Map<String,Object> extraParams) |
ProductItem |
ProductGroup.APIRequestCreateProduct.execute(Map<String,Object> extraParams) |
ProductItem |
ProductItem.fetch() |
static ProductItem |
ProductItem.fetchById(Long id,
APIContext context) |
static ProductItem |
ProductItem.fetchById(String id,
APIContext context) |
ProductItem |
ProductItem.APIRequestGet.getLastResponse() |
ProductItem |
ProductItem.APIRequestUpdate.getLastResponse() |
ProductItem |
ProductCatalog.APIRequestCreateProduct.getLastResponse() |
ProductItem |
ProductGroup.APIRequestCreateProduct.getLastResponse() |
static ProductItem |
ProductItem.loadJSON(String json,
APIContext context) |
ProductItem |
ProductItem.APIRequestGet.parseResponse(String response) |
ProductItem |
ProductItem.APIRequestUpdate.parseResponse(String response) |
ProductItem |
ProductCatalog.APIRequestCreateProduct.parseResponse(String response) |
ProductItem |
ProductGroup.APIRequestCreateProduct.parseResponse(String response) |
| Modifier and Type | Method and Description |
|---|---|
APINodeList<ProductItem> |
ProductSet.APIRequestGetProducts.execute() |
APINodeList<ProductItem> |
ProductFeed.APIRequestGetProducts.execute() |
APINodeList<ProductItem> |
ProductCatalog.APIRequestGetProducts.execute() |
APINodeList<ProductItem> |
ProductGroup.APIRequestGetProducts.execute() |
APINodeList<ProductItem> |
ProductSet.APIRequestGetProducts.execute(Map<String,Object> extraParams) |
APINodeList<ProductItem> |
ProductFeed.APIRequestGetProducts.execute(Map<String,Object> extraParams) |
APINodeList<ProductItem> |
ProductCatalog.APIRequestGetProducts.execute(Map<String,Object> extraParams) |
APINodeList<ProductItem> |
ProductGroup.APIRequestGetProducts.execute(Map<String,Object> extraParams) |
static APINodeList<ProductItem> |
ProductItem.fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
APINodeList<ProductItem> |
ProductSet.APIRequestGetProducts.getLastResponse() |
APINodeList<ProductItem> |
ProductFeed.APIRequestGetProducts.getLastResponse() |
APINodeList<ProductItem> |
ProductCatalog.APIRequestGetProducts.getLastResponse() |
APINodeList<ProductItem> |
ProductGroup.APIRequestGetProducts.getLastResponse() |
static APIRequest.ResponseParser<ProductItem> |
ProductItem.getParser() |
APINodeList<ProductItem> |
ProductSet.APIRequestGetProducts.parseResponse(String response) |
APINodeList<ProductItem> |
ProductFeed.APIRequestGetProducts.parseResponse(String response) |
APINodeList<ProductItem> |
ProductCatalog.APIRequestGetProducts.parseResponse(String response) |
APINodeList<ProductItem> |
ProductGroup.APIRequestGetProducts.parseResponse(String response) |
static APINodeList<ProductItem> |
ProductItem.parseResponse(String json,
APIContext context,
APIRequest request) |
| Modifier and Type | Method and Description |
|---|---|
ProductItem |
ProductItem.copyFrom(ProductItem instance) |
Copyright © 2017. All rights reserved.