All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
NativeOffer |
copyFrom(NativeOffer instance) |
NativeOffer.APIRequestCreateCode |
createCode() |
NativeOffer.APIRequestCreateNativeOfferView |
createNativeOfferView() |
NativeOffer |
fetch() |
static NativeOffer |
fetchById(Long id,
APIContext context) |
static NativeOffer |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<NativeOffer> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<NativeOffer> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<NativeOffer> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<NativeOffer>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
NativeOffer.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldBarcodePhoto() |
String |
getFieldBarcodePhotoUri() |
String |
getFieldBarcodeType() |
String |
getFieldBarcodeValue() |
Boolean |
getFieldBlockReshares() |
String |
getFieldDetails() |
Boolean |
getFieldDisableLocation() |
List<NativeOfferDiscount> |
getFieldDiscounts() |
String |
getFieldExpirationTime() |
String |
getFieldId() |
String |
getFieldInstoreCode() |
String |
getFieldLocationType() |
Long |
getFieldMaxSaveCount() |
String |
getFieldOnlineCode() |
Page |
getFieldPage() |
String |
getFieldPageSetId() |
String |
getFieldRedemptionCode() |
String |
getFieldRedemptionLink() |
Long |
getFieldSaveCount() |
String |
getFieldTerms() |
String |
getFieldTitle() |
String |
getFieldTotalUniqueCodes() |
String |
getFieldUniqueCodes() |
String |
getFieldUniqueCodesFileCodeType() |
String |
getFieldUniqueCodesFileName() |
String |
getFieldUniqueCodesFileUploadStatus() |
String |
getId() |
static APIRequest.ResponseParser<NativeOffer> |
getParser() |
NativeOffer.APIRequestGetViews |
getViews() |
static NativeOffer |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<NativeOffer> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |