public class AppLinks extends APINode
| Modifier and Type | Class and Description |
|---|---|
static class |
AppLinks.APIRequestGet |
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AppLinks(Long id,
APIContext context) |
AppLinks(String id,
APIContext context) |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic AppLinks(Long id, APIContext context)
public AppLinks(String id, APIContext context)
public AppLinks fetch() throws APIException
APIExceptionpublic static AppLinks fetchById(Long id, APIContext context) throws APIException
APIExceptionpublic static AppLinks fetchById(String id, APIContext context) throws APIException
APIExceptionpublic static APINodeList<AppLinks> fetchByIds(List<String> ids, List<String> fields, APIContext context) throws APIException
APIExceptionpublic static AppLinks loadJSON(String json, APIContext context)
public static APINodeList<AppLinks> 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 AppLinks.APIRequestGet get()
public List<AndroidAppLink> getFieldAndroid()
public String getFieldId()
public List<IosAppLink> getFieldIos()
public List<IosAppLink> getFieldIpad()
public List<IosAppLink> getFieldIphone()
public WebAppLink getFieldWeb()
public List<WindowsAppLink> getFieldWindows()
public List<WindowsPhoneAppLink> getFieldWindowsPhone()
public List<WindowsAppLink> getFieldWindowsUniversal()
public static APIRequest.ResponseParser<AppLinks> getParser()
Copyright © 2017. All rights reserved.