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