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