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