public class BusinessPartnerPremiumOptions extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
BusinessPartnerPremiumOptions() |
| Modifier and Type | Method and Description |
|---|---|
BusinessPartnerPremiumOptions |
copyFrom(BusinessPartnerPremiumOptions instance) |
APIContext |
getContext() |
Boolean |
getFieldEnableBasketInsight() |
Boolean |
getFieldEnableExtendedAudienceRetargeting() |
Object |
getFieldRetailerCustomAudienceConfig() |
String |
getId() |
static APIRequest.ResponseParser<BusinessPartnerPremiumOptions> |
getParser() |
static BusinessPartnerPremiumOptions |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<BusinessPartnerPremiumOptions> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
BusinessPartnerPremiumOptions |
setFieldEnableBasketInsight(Boolean value) |
BusinessPartnerPremiumOptions |
setFieldEnableExtendedAudienceRetargeting(Boolean value) |
BusinessPartnerPremiumOptions |
setFieldRetailerCustomAudienceConfig(Object value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static BusinessPartnerPremiumOptions loadJSON(String json, APIContext context, String header)
public static APINodeList<BusinessPartnerPremiumOptions> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic Boolean getFieldEnableBasketInsight()
public BusinessPartnerPremiumOptions setFieldEnableBasketInsight(Boolean value)
public Boolean getFieldEnableExtendedAudienceRetargeting()
public BusinessPartnerPremiumOptions setFieldEnableExtendedAudienceRetargeting(Boolean value)
public Object getFieldRetailerCustomAudienceConfig()
public BusinessPartnerPremiumOptions setFieldRetailerCustomAudienceConfig(Object value)
public BusinessPartnerPremiumOptions copyFrom(BusinessPartnerPremiumOptions instance)
public static APIRequest.ResponseParser<BusinessPartnerPremiumOptions> getParser()
Copyright © 2024. All rights reserved.