public class LeadGenLegalContent extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
LeadGenLegalContent() |
| Modifier and Type | Method and Description |
|---|---|
LeadGenLegalContent |
copyFrom(LeadGenLegalContent instance) |
APIContext |
getContext() |
LeadGenCustomDisclaimer |
getFieldCustomDisclaimer() |
String |
getFieldId() |
LeadGenPrivacyPolicy |
getFieldPrivacyPolicy() |
String |
getId() |
static APIRequest.ResponseParser<LeadGenLegalContent> |
getParser() |
static LeadGenLegalContent |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<LeadGenLegalContent> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
LeadGenLegalContent |
setFieldCustomDisclaimer(LeadGenCustomDisclaimer value) |
LeadGenLegalContent |
setFieldCustomDisclaimer(String value) |
LeadGenLegalContent |
setFieldId(String value) |
LeadGenLegalContent |
setFieldPrivacyPolicy(LeadGenPrivacyPolicy value) |
LeadGenLegalContent |
setFieldPrivacyPolicy(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static LeadGenLegalContent loadJSON(String json, APIContext context, String header)
public static APINodeList<LeadGenLegalContent> 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 LeadGenCustomDisclaimer getFieldCustomDisclaimer()
public LeadGenLegalContent setFieldCustomDisclaimer(LeadGenCustomDisclaimer value)
public LeadGenLegalContent setFieldCustomDisclaimer(String value)
public String getFieldId()
public LeadGenLegalContent setFieldId(String value)
public LeadGenPrivacyPolicy getFieldPrivacyPolicy()
public LeadGenLegalContent setFieldPrivacyPolicy(LeadGenPrivacyPolicy value)
public LeadGenLegalContent setFieldPrivacyPolicy(String value)
public LeadGenLegalContent copyFrom(LeadGenLegalContent instance)
public static APIRequest.ResponseParser<LeadGenLegalContent> getParser()
Copyright © 2024. All rights reserved.