public class DynamicPostChildAttachment extends APINode
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
DynamicPostChildAttachment() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static DynamicPostChildAttachment loadJSON(String json, APIContext context, String header)
public static APINodeList<DynamicPostChildAttachment> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext
in class APINode
public void setContext(APIContext context)
setContext
in class APINode
public String getFieldDescription()
public DynamicPostChildAttachment setFieldDescription(String value)
public String getFieldImageUrl()
public DynamicPostChildAttachment setFieldImageUrl(String value)
public String getFieldLink()
public DynamicPostChildAttachment setFieldLink(String value)
public String getFieldPlaceId()
public DynamicPostChildAttachment setFieldPlaceId(String value)
public String getFieldProductId()
public DynamicPostChildAttachment setFieldProductId(String value)
public String getFieldTitle()
public DynamicPostChildAttachment setFieldTitle(String value)
public DynamicPostChildAttachment copyFrom(DynamicPostChildAttachment instance)
public static APIRequest.ResponseParser<DynamicPostChildAttachment> getParser()
Copyright © 2020. All rights reserved.