public static class Page.APIRequestGetBlocked extends APIRequest<Profile>
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 |
---|
APIRequestGetBlocked(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 APIRequestGetBlocked(String nodeId, APIContext context)
public APINodeList<Profile> getLastResponse()
getLastResponse
in class APIRequest<Profile>
public APINodeList<Profile> parseResponse(String response, String header) throws APIException
parseResponse
in class APIRequest<Profile>
APIException
public APINodeList<Profile> execute() throws APIException
execute
in class APIRequest<Profile>
APIException
public APINodeList<Profile> execute(Map<String,Object> extraParams) throws APIException
execute
in class APIRequest<Profile>
APIException
public com.google.common.util.concurrent.ListenableFuture<APINodeList<Profile>> executeAsync() throws APIException
APIException
public com.google.common.util.concurrent.ListenableFuture<APINodeList<Profile>> executeAsync(Map<String,Object> extraParams) throws APIException
APIException
public Page.APIRequestGetBlocked setParam(String param, Object value)
setParam
in class APIRequest<Profile>
public Page.APIRequestGetBlocked setParams(Map<String,Object> params)
setParams
in class APIRequest<Profile>
public Page.APIRequestGetBlocked setUid(Long uid)
public Page.APIRequestGetBlocked setUid(String uid)
public Page.APIRequestGetBlocked setUser(Long user)
public Page.APIRequestGetBlocked setUser(String user)
public Page.APIRequestGetBlocked requestAllFields()
public Page.APIRequestGetBlocked requestAllFields(boolean value)
public Page.APIRequestGetBlocked requestFields(List<String> fields)
requestFields
in class APIRequest<Profile>
public Page.APIRequestGetBlocked requestFields(List<String> fields, boolean value)
requestFields
in class APIRequest<Profile>
public Page.APIRequestGetBlocked requestField(String field)
requestField
in class APIRequest<Profile>
public Page.APIRequestGetBlocked requestField(String field, boolean value)
requestField
in class APIRequest<Profile>
public Page.APIRequestGetBlocked requestCanPostField()
public Page.APIRequestGetBlocked requestCanPostField(boolean value)
public Page.APIRequestGetBlocked requestIdField()
public Page.APIRequestGetBlocked requestIdField(boolean value)
public Page.APIRequestGetBlocked requestLinkField()
public Page.APIRequestGetBlocked requestLinkField(boolean value)
public Page.APIRequestGetBlocked requestNameField()
public Page.APIRequestGetBlocked requestNameField(boolean value)
public Page.APIRequestGetBlocked requestPicField()
public Page.APIRequestGetBlocked requestPicField(boolean value)
public Page.APIRequestGetBlocked requestPicCropField()
public Page.APIRequestGetBlocked requestPicCropField(boolean value)
public Page.APIRequestGetBlocked requestPicLargeField()
public Page.APIRequestGetBlocked requestPicLargeField(boolean value)
public Page.APIRequestGetBlocked requestPicSmallField()
public Page.APIRequestGetBlocked requestPicSmallField(boolean value)
public Page.APIRequestGetBlocked requestPicSquareField()
public Page.APIRequestGetBlocked requestPicSquareField(boolean value)
public Page.APIRequestGetBlocked requestProfileTypeField()
public Page.APIRequestGetBlocked requestProfileTypeField(boolean value)
public Page.APIRequestGetBlocked requestUsernameField()
public Page.APIRequestGetBlocked requestUsernameField(boolean value)
Copyright © 2020. All rights reserved.