public class InstagramInsightsResult extends APINode
| Modifier and Type | Class and Description |
|---|---|
static class |
InstagramInsightsResult.EnumMetric |
static class |
InstagramInsightsResult.EnumPeriod |
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
InstagramInsightsResult() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static InstagramInsightsResult loadJSON(String json, APIContext context, String header)
public static APINodeList<InstagramInsightsResult> 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 getFieldDescription()
public InstagramInsightsResult setFieldDescription(String value)
public String getFieldId()
public InstagramInsightsResult setFieldId(String value)
public String getFieldName()
public InstagramInsightsResult setFieldName(String value)
public String getFieldPeriod()
public InstagramInsightsResult setFieldPeriod(String value)
public String getFieldTitle()
public InstagramInsightsResult setFieldTitle(String value)
public List<InstagramInsightsValue> getFieldValues()
public InstagramInsightsResult setFieldValues(List<InstagramInsightsValue> value)
public InstagramInsightsResult setFieldValues(String value)
public InstagramInsightsResult copyFrom(InstagramInsightsResult instance)
public static APIRequest.ResponseParser<InstagramInsightsResult> getParser()
Copyright © 2020. All rights reserved.