public class UserMobileConfig extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
UserMobileConfig() |
| Modifier and Type | Method and Description |
|---|---|
UserMobileConfig |
copyFrom(UserMobileConfig instance) |
APIContext |
getContext() |
String |
getFieldId() |
String |
getFieldSectionName() |
Object |
getFieldValue() |
String |
getId() |
static APIRequest.ResponseParser<UserMobileConfig> |
getParser() |
static UserMobileConfig |
loadJSON(String json,
APIContext context) |
static APINodeList<UserMobileConfig> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
UserMobileConfig |
setFieldId(String value) |
UserMobileConfig |
setFieldSectionName(String value) |
UserMobileConfig |
setFieldValue(Object value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static UserMobileConfig loadJSON(String json, APIContext context)
public static APINodeList<UserMobileConfig> parseResponse(String json, APIContext context, APIRequest request) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic String getFieldSectionName()
public UserMobileConfig setFieldSectionName(String value)
public Object getFieldValue()
public UserMobileConfig setFieldValue(Object value)
public String getFieldId()
public UserMobileConfig setFieldId(String value)
public UserMobileConfig copyFrom(UserMobileConfig instance)
public static APIRequest.ResponseParser<UserMobileConfig> getParser()
Copyright © 2018. All rights reserved.