All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
NativeOfferView |
copyFrom(NativeOfferView instance) |
NativeOfferView.APIRequestCreatePhoto |
createPhoto() |
NativeOfferView.APIRequestCreateVideo |
createVideo() |
NativeOfferView |
fetch() |
static NativeOfferView |
fetchById(Long id,
APIContext context) |
static NativeOfferView |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<NativeOfferView> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<NativeOfferView> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<NativeOfferView> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<NativeOfferView>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
NativeOfferView.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldId() |
NativeOffer |
getFieldOffer() |
Long |
getFieldSaveCount() |
String |
getId() |
static APIRequest.ResponseParser<NativeOfferView> |
getParser() |
NativeOfferView.APIRequestGetPhotos |
getPhotos() |
static NativeOfferView |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<NativeOfferView> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
NativeOfferView.APIRequestUpdate |
update() |