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