public static class Page.APIRequestDeleteBlocked 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 |
---|
APIRequestDeleteBlocked(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 APIRequestDeleteBlocked(String nodeId, APIContext context)
public APINodeList<APINode> getLastResponse()
getLastResponse
in class APIRequest<APINode>
public APINodeList<APINode> parseResponse(String response, String header) throws APIException
parseResponse
in class APIRequest<APINode>
APIException
public APINodeList<APINode> execute() throws APIException
execute
in class APIRequest<APINode>
APIException
public APINodeList<APINode> execute(Map<String,Object> extraParams) throws APIException
execute
in class APIRequest<APINode>
APIException
public com.google.common.util.concurrent.ListenableFuture<APINodeList<APINode>> executeAsync() throws APIException
APIException
public com.google.common.util.concurrent.ListenableFuture<APINodeList<APINode>> executeAsync(Map<String,Object> extraParams) throws APIException
APIException
public Page.APIRequestDeleteBlocked setParam(String param, Object value)
setParam
in class APIRequest<APINode>
public Page.APIRequestDeleteBlocked setParams(Map<String,Object> params)
setParams
in class APIRequest<APINode>
public Page.APIRequestDeleteBlocked setAsid(String asid)
public Page.APIRequestDeleteBlocked setPsid(Long psid)
public Page.APIRequestDeleteBlocked setPsid(String psid)
public Page.APIRequestDeleteBlocked setUid(Long uid)
public Page.APIRequestDeleteBlocked setUid(String uid)
public Page.APIRequestDeleteBlocked setUser(Long user)
public Page.APIRequestDeleteBlocked setUser(String user)
public Page.APIRequestDeleteBlocked requestAllFields()
public Page.APIRequestDeleteBlocked requestAllFields(boolean value)
public Page.APIRequestDeleteBlocked requestFields(List<String> fields)
requestFields
in class APIRequest<APINode>
public Page.APIRequestDeleteBlocked requestFields(List<String> fields, boolean value)
requestFields
in class APIRequest<APINode>
public Page.APIRequestDeleteBlocked requestField(String field)
requestField
in class APIRequest<APINode>
public Page.APIRequestDeleteBlocked requestField(String field, boolean value)
requestField
in class APIRequest<APINode>
Copyright © 2020. All rights reserved.