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