public class Recommendation extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
Recommendation() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static Recommendation loadJSON(String json, APIContext context, String header)
public static APINodeList<Recommendation> 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 getFieldCreatedTime()
public Recommendation setFieldCreatedTime(String value)
public Boolean getFieldHasRating()
public Recommendation setFieldHasRating(Boolean value)
public Boolean getFieldHasReview()
public Recommendation setFieldHasReview(Boolean value)
public Object getFieldOpenGraphStory()
public Recommendation setFieldOpenGraphStory(Object value)
public Long getFieldRating()
public Recommendation setFieldRating(Long value)
public String getFieldRecommendationType()
public Recommendation setFieldRecommendationType(String value)
public String getFieldReviewText()
public Recommendation setFieldReviewText(String value)
public User getFieldReviewer()
public Recommendation setFieldReviewer(User value)
public Recommendation setFieldReviewer(String value)
public Recommendation copyFrom(Recommendation instance)
public static APIRequest.ResponseParser<Recommendation> getParser()
Copyright © 2020. All rights reserved.