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