public static class Photo.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 Photo.APIRequestGetReactions setParam(String param, Object value)
setParam in class APIRequest<Profile>public Photo.APIRequestGetReactions setParams(Map<String,Object> params)
setParams in class APIRequest<Profile>public Photo.APIRequestGetReactions setType(Profile.EnumType type)
public Photo.APIRequestGetReactions setType(String type)
public Photo.APIRequestGetReactions requestAllFields()
public Photo.APIRequestGetReactions requestAllFields(boolean value)
public Photo.APIRequestGetReactions requestFields(List<String> fields)
requestFields in class APIRequest<Profile>public Photo.APIRequestGetReactions requestFields(List<String> fields, boolean value)
requestFields in class APIRequest<Profile>public Photo.APIRequestGetReactions requestField(String field)
requestField in class APIRequest<Profile>public Photo.APIRequestGetReactions requestField(String field, boolean value)
requestField in class APIRequest<Profile>public Photo.APIRequestGetReactions requestCanPostField()
public Photo.APIRequestGetReactions requestCanPostField(boolean value)
public Photo.APIRequestGetReactions requestIdField()
public Photo.APIRequestGetReactions requestIdField(boolean value)
public Photo.APIRequestGetReactions requestLinkField()
public Photo.APIRequestGetReactions requestLinkField(boolean value)
public Photo.APIRequestGetReactions requestNameField()
public Photo.APIRequestGetReactions requestNameField(boolean value)
public Photo.APIRequestGetReactions requestPicField()
public Photo.APIRequestGetReactions requestPicField(boolean value)
public Photo.APIRequestGetReactions requestPicCropField()
public Photo.APIRequestGetReactions requestPicCropField(boolean value)
public Photo.APIRequestGetReactions requestPicLargeField()
public Photo.APIRequestGetReactions requestPicLargeField(boolean value)
public Photo.APIRequestGetReactions requestPicSmallField()
public Photo.APIRequestGetReactions requestPicSmallField(boolean value)
public Photo.APIRequestGetReactions requestPicSquareField()
public Photo.APIRequestGetReactions requestPicSquareField(boolean value)
public Photo.APIRequestGetReactions requestProfileTypeField()
public Photo.APIRequestGetReactions requestProfileTypeField(boolean value)
public Photo.APIRequestGetReactions requestUsernameField()
public Photo.APIRequestGetReactions requestUsernameField(boolean value)
Copyright © 2020. All rights reserved.