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