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