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