All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
PlaceTag |
copyFrom(PlaceTag instance) |
PlaceTag |
fetch() |
static PlaceTag |
fetchById(Long id,
APIContext context) |
static PlaceTag |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<PlaceTag> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<PlaceTag> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<PlaceTag> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<PlaceTag>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
PlaceTag.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldCreatedTime() |
String |
getFieldId() |
Page |
getFieldPlace() |
String |
getId() |
static APIRequest.ResponseParser<PlaceTag> |
getParser() |
static PlaceTag |
loadJSON(String json,
APIContext context) |
static APINodeList<PlaceTag> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
String |
toString() |