public class LeadGenLegalContentCheckbox extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
LeadGenLegalContentCheckbox() |
| Modifier and Type | Method and Description |
|---|---|
LeadGenLegalContentCheckbox |
copyFrom(LeadGenLegalContentCheckbox instance) |
APIContext |
getContext() |
String |
getFieldId() |
Boolean |
getFieldIsCheckedByDefault() |
Boolean |
getFieldIsRequired() |
String |
getFieldKey() |
String |
getFieldText() |
String |
getId() |
static APIRequest.ResponseParser<LeadGenLegalContentCheckbox> |
getParser() |
static LeadGenLegalContentCheckbox |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<LeadGenLegalContentCheckbox> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
LeadGenLegalContentCheckbox |
setFieldId(String value) |
LeadGenLegalContentCheckbox |
setFieldIsCheckedByDefault(Boolean value) |
LeadGenLegalContentCheckbox |
setFieldIsRequired(Boolean value) |
LeadGenLegalContentCheckbox |
setFieldKey(String value) |
LeadGenLegalContentCheckbox |
setFieldText(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static LeadGenLegalContentCheckbox loadJSON(String json, APIContext context, String header)
public static APINodeList<LeadGenLegalContentCheckbox> 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 String getFieldId()
public LeadGenLegalContentCheckbox setFieldId(String value)
public Boolean getFieldIsCheckedByDefault()
public LeadGenLegalContentCheckbox setFieldIsCheckedByDefault(Boolean value)
public Boolean getFieldIsRequired()
public LeadGenLegalContentCheckbox setFieldIsRequired(Boolean value)
public String getFieldKey()
public LeadGenLegalContentCheckbox setFieldKey(String value)
public String getFieldText()
public LeadGenLegalContentCheckbox setFieldText(String value)
public LeadGenLegalContentCheckbox copyFrom(LeadGenLegalContentCheckbox instance)
public static APIRequest.ResponseParser<LeadGenLegalContentCheckbox> getParser()
Copyright © 2024. All rights reserved.