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