public class ScreenName extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
ScreenName() |
| Modifier and Type | Method and Description |
|---|---|
ScreenName |
copyFrom(ScreenName instance) |
APIContext |
getContext() |
String |
getFieldServiceName() |
String |
getFieldServiceType() |
String |
getFieldValue() |
String |
getId() |
static APIRequest.ResponseParser<ScreenName> |
getParser() |
static ScreenName |
loadJSON(String json,
APIContext context) |
static APINodeList<ScreenName> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
ScreenName |
setFieldServiceName(String value) |
ScreenName |
setFieldServiceType(String value) |
ScreenName |
setFieldValue(String value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static ScreenName loadJSON(String json, APIContext context)
public static APINodeList<ScreenName> 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 getFieldServiceName()
public ScreenName setFieldServiceName(String value)
public String getFieldServiceType()
public ScreenName setFieldServiceType(String value)
public String getFieldValue()
public ScreenName setFieldValue(String value)
public ScreenName copyFrom(ScreenName instance)
public static APIRequest.ResponseParser<ScreenName> getParser()
Copyright © 2018. All rights reserved.