public static class Application.APIRequestCreateUserProperty extends APIRequest<APINode>
APIRequest.DefaultAsyncRequestExecutor, APIRequest.DefaultRequestExecutor, APIRequest.IAsyncRequestExecutor, APIRequest.IRequestExecutor, APIRequest.RequestHelper, APIRequest.ResponseParser<T extends APINode>, APIRequest.ResponseWrapper
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 |
---|
APIRequestCreateUserProperty(String nodeId,
APIContext context) |
addToBatch, addToBatch, addToBatch, changeAsyncRequestExecutor, changeRequestExecutor, executeAsyncBase, executeAsyncBase, executeAsyncInternal, executeAsyncInternal, executeInternal, executeInternal, getAsyncExecutor, getContext, getExecutor, joinStringList, requestFieldInternal, setContext, setOverrideUrl, setParamInternal, setParamsInternal, setUseVideoEndpoint
public APIRequestCreateUserProperty(String nodeId, APIContext context)
public APINode getLastResponse()
getLastResponse
in class APIRequest<APINode>
public APINode parseResponse(String response, String header) throws APIException
parseResponse
in class APIRequest<APINode>
APIException
public APINode execute() throws APIException
execute
in class APIRequest<APINode>
APIException
public APINode execute(Map<String,Object> extraParams) throws APIException
execute
in class APIRequest<APINode>
APIException
public com.google.common.util.concurrent.ListenableFuture<APINode> executeAsync() throws APIException
APIException
public com.google.common.util.concurrent.ListenableFuture<APINode> executeAsync(Map<String,Object> extraParams) throws APIException
APIException
public Application.APIRequestCreateUserProperty setParam(String param, Object value)
setParam
in class APIRequest<APINode>
public Application.APIRequestCreateUserProperty setParams(Map<String,Object> params)
setParams
in class APIRequest<APINode>
public Application.APIRequestCreateUserProperty setData(List<Object> data)
public Application.APIRequestCreateUserProperty setData(String data)
public Application.APIRequestCreateUserProperty setLimitedDataUse(Boolean limitedDataUse)
public Application.APIRequestCreateUserProperty setLimitedDataUse(String limitedDataUse)
public Application.APIRequestCreateUserProperty requestAllFields()
public Application.APIRequestCreateUserProperty requestAllFields(boolean value)
public Application.APIRequestCreateUserProperty requestFields(List<String> fields)
requestFields
in class APIRequest<APINode>
public Application.APIRequestCreateUserProperty requestFields(List<String> fields, boolean value)
requestFields
in class APIRequest<APINode>
public Application.APIRequestCreateUserProperty requestField(String field)
requestField
in class APIRequest<APINode>
public Application.APIRequestCreateUserProperty requestField(String field, boolean value)
requestField
in class APIRequest<APINode>
Copyright © 2020. All rights reserved.