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