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