public static class Post.APIRequestGetReactions 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 |
|---|
APIRequestGetReactions(String nodeId,
APIContext context) |
addToBatch, addToBatch, addToBatch, changeAsyncRequestExecutor, changeRequestExecutor, executeAsyncBase, executeAsyncBase, executeAsyncInternal, executeAsyncInternal, executeInternal, executeInternal, getAsyncExecutor, getContext, getExecutor, joinStringList, requestFieldInternal, setContext, setOverrideUrl, setParamInternal, setParamsInternal, setUseVideoEndpointpublic APIRequestGetReactions(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>APIExceptionpublic APINodeList<Profile> execute() throws APIException
execute in class APIRequest<Profile>APIExceptionpublic APINodeList<Profile> execute(Map<String,Object> extraParams) throws APIException
execute in class APIRequest<Profile>APIExceptionpublic com.google.common.util.concurrent.ListenableFuture<APINodeList<Profile>> executeAsync() throws APIException
APIExceptionpublic com.google.common.util.concurrent.ListenableFuture<APINodeList<Profile>> executeAsync(Map<String,Object> extraParams) throws APIException
APIExceptionpublic Post.APIRequestGetReactions setParam(String param, Object value)
setParam in class APIRequest<Profile>public Post.APIRequestGetReactions setParams(Map<String,Object> params)
setParams in class APIRequest<Profile>public Post.APIRequestGetReactions setType(Profile.EnumType type)
public Post.APIRequestGetReactions setType(String type)
public Post.APIRequestGetReactions requestAllFields()
public Post.APIRequestGetReactions requestAllFields(boolean value)
public Post.APIRequestGetReactions requestFields(List<String> fields)
requestFields in class APIRequest<Profile>public Post.APIRequestGetReactions requestFields(List<String> fields, boolean value)
requestFields in class APIRequest<Profile>public Post.APIRequestGetReactions requestField(String field)
requestField in class APIRequest<Profile>public Post.APIRequestGetReactions requestField(String field, boolean value)
requestField in class APIRequest<Profile>public Post.APIRequestGetReactions requestCanPostField()
public Post.APIRequestGetReactions requestCanPostField(boolean value)
public Post.APIRequestGetReactions requestIdField()
public Post.APIRequestGetReactions requestIdField(boolean value)
public Post.APIRequestGetReactions requestLinkField()
public Post.APIRequestGetReactions requestLinkField(boolean value)
public Post.APIRequestGetReactions requestNameField()
public Post.APIRequestGetReactions requestNameField(boolean value)
public Post.APIRequestGetReactions requestPicField()
public Post.APIRequestGetReactions requestPicField(boolean value)
public Post.APIRequestGetReactions requestPicCropField()
public Post.APIRequestGetReactions requestPicCropField(boolean value)
public Post.APIRequestGetReactions requestPicLargeField()
public Post.APIRequestGetReactions requestPicLargeField(boolean value)
public Post.APIRequestGetReactions requestPicSmallField()
public Post.APIRequestGetReactions requestPicSmallField(boolean value)
public Post.APIRequestGetReactions requestPicSquareField()
public Post.APIRequestGetReactions requestPicSquareField(boolean value)
public Post.APIRequestGetReactions requestProfileTypeField()
public Post.APIRequestGetReactions requestProfileTypeField(boolean value)
public Post.APIRequestGetReactions requestUsernameField()
public Post.APIRequestGetReactions requestUsernameField(boolean value)
Copyright © 2020. All rights reserved.