public class MCExperienceConfigForApi extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
MCExperienceConfigForApi() |
| Modifier and Type | Method and Description |
|---|---|
MCExperienceConfigForApi |
copyFrom(MCExperienceConfigForApi instance) |
APIContext |
getContext() |
Boolean |
getFieldIsCampaignEnabled() |
Boolean |
getFieldIsTermsSigned() |
String |
getFieldMerchantType() |
String |
getId() |
static APIRequest.ResponseParser<MCExperienceConfigForApi> |
getParser() |
static MCExperienceConfigForApi |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<MCExperienceConfigForApi> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
MCExperienceConfigForApi |
setFieldIsCampaignEnabled(Boolean value) |
MCExperienceConfigForApi |
setFieldIsTermsSigned(Boolean value) |
MCExperienceConfigForApi |
setFieldMerchantType(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static MCExperienceConfigForApi loadJSON(String json, APIContext context, String header)
public static APINodeList<MCExperienceConfigForApi> 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 getFieldIsCampaignEnabled()
public MCExperienceConfigForApi setFieldIsCampaignEnabled(Boolean value)
public Boolean getFieldIsTermsSigned()
public MCExperienceConfigForApi setFieldIsTermsSigned(Boolean value)
public String getFieldMerchantType()
public MCExperienceConfigForApi setFieldMerchantType(String value)
public MCExperienceConfigForApi copyFrom(MCExperienceConfigForApi instance)
public static APIRequest.ResponseParser<MCExperienceConfigForApi> getParser()
Copyright © 2024. All rights reserved.