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,
String header) |
static APINodeList<WebAppLink> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
WebAppLink |
setFieldShouldFallback(Boolean value) |
WebAppLink |
setFieldUrl(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static WebAppLink loadJSON(String json, APIContext context, String header)
public static APINodeList<WebAppLink> 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 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 © 2020. All rights reserved.