public static class Application.APIRequestCreateAppLinkHost extends APIRequest<APINode>
APIRequest.DefaultAsyncRequestExecutor, APIRequest.DefaultRequestExecutor, APIRequest.IAsyncRequestExecutor, APIRequest.IRequestExecutor, APIRequest.RequestHelper, APIRequest.ResponseParser<T extends APINode>| Modifier and Type | Field and Description |
|---|---|
static String[] |
FIELDS |
static String[] |
PARAMS |
context, endpoint, method, nodeId, paramNames, params, parser, returnFields, USER_AGENT, useVideoEndpoint| Constructor and Description |
|---|
APIRequestCreateAppLinkHost(String nodeId,
APIContext context) |
addToBatch, addToBatch, changeAsyncRequestExecutor, changeRequestExecutor, executeAsyncBase, executeAsyncBase, executeAsyncInternal, executeAsyncInternal, executeInternal, executeInternal, getAsyncExecutor, getContext, getExecutor, joinStringList, requestFieldInternal, setContext, setOverrideUrl, setParamInternal, setParamsInternal, setUseVideoEndpointpublic APIRequestCreateAppLinkHost(String nodeId, APIContext context)
public APINode getLastResponse()
getLastResponse in class APIRequest<APINode>public APINode parseResponse(String response) throws APIException
parseResponse in class APIRequest<APINode>APIExceptionpublic APINode execute() throws APIException
execute in class APIRequest<APINode>APIExceptionpublic APINode execute(Map<String,Object> extraParams) throws APIException
execute in class APIRequest<APINode>APIExceptionpublic com.google.common.util.concurrent.ListenableFuture<APINode> executeAsync() throws APIException
APIExceptionpublic com.google.common.util.concurrent.ListenableFuture<APINode> executeAsync(Map<String,Object> extraParams) throws APIException
APIExceptionpublic Application.APIRequestCreateAppLinkHost setParam(String param, Object value)
setParam in class APIRequest<APINode>public Application.APIRequestCreateAppLinkHost setParams(Map<String,Object> params)
setParams in class APIRequest<APINode>public Application.APIRequestCreateAppLinkHost setAndroid(Object android)
public Application.APIRequestCreateAppLinkHost setAndroid(String android)
public Application.APIRequestCreateAppLinkHost setIos(Object ios)
public Application.APIRequestCreateAppLinkHost setIos(String ios)
public Application.APIRequestCreateAppLinkHost setIpad(Object ipad)
public Application.APIRequestCreateAppLinkHost setIpad(String ipad)
public Application.APIRequestCreateAppLinkHost setIphone(Object iphone)
public Application.APIRequestCreateAppLinkHost setIphone(String iphone)
public Application.APIRequestCreateAppLinkHost setWeb(Object web)
public Application.APIRequestCreateAppLinkHost setWeb(String web)
public Application.APIRequestCreateAppLinkHost setWindowsPhone(Object windowsPhone)
public Application.APIRequestCreateAppLinkHost setWindowsPhone(String windowsPhone)
public Application.APIRequestCreateAppLinkHost setWindows(Object windows)
public Application.APIRequestCreateAppLinkHost setWindows(String windows)
public Application.APIRequestCreateAppLinkHost setWindowsUniversal(Object windowsUniversal)
public Application.APIRequestCreateAppLinkHost setWindowsUniversal(String windowsUniversal)
public Application.APIRequestCreateAppLinkHost setName(String name)
public Application.APIRequestCreateAppLinkHost requestAllFields()
public Application.APIRequestCreateAppLinkHost requestAllFields(boolean value)
public Application.APIRequestCreateAppLinkHost requestFields(List<String> fields)
requestFields in class APIRequest<APINode>public Application.APIRequestCreateAppLinkHost requestFields(List<String> fields, boolean value)
requestFields in class APIRequest<APINode>public Application.APIRequestCreateAppLinkHost requestField(String field)
requestField in class APIRequest<APINode>public Application.APIRequestCreateAppLinkHost requestField(String field, boolean value)
requestField in class APIRequest<APINode>Copyright © 2018. All rights reserved.