public static class Photo.APIRequestGetComments extends APIRequest<Comment>
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 |
|---|
APIRequestGetComments(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 APIRequestGetComments(String nodeId, APIContext context)
public APINodeList<Comment> getLastResponse()
getLastResponse in class APIRequest<Comment>public APINodeList<Comment> parseResponse(String response, String header) throws APIException
parseResponse in class APIRequest<Comment>APIExceptionpublic APINodeList<Comment> execute() throws APIException
execute in class APIRequest<Comment>APIExceptionpublic APINodeList<Comment> execute(Map<String,Object> extraParams) throws APIException
execute in class APIRequest<Comment>APIExceptionpublic com.google.common.util.concurrent.ListenableFuture<APINodeList<Comment>> executeAsync() throws APIException
APIExceptionpublic com.google.common.util.concurrent.ListenableFuture<APINodeList<Comment>> executeAsync(Map<String,Object> extraParams) throws APIException
APIExceptionpublic Photo.APIRequestGetComments setParam(String param, Object value)
setParam in class APIRequest<Comment>public Photo.APIRequestGetComments setParams(Map<String,Object> params)
setParams in class APIRequest<Comment>public Photo.APIRequestGetComments setFilter(Comment.EnumFilter filter)
public Photo.APIRequestGetComments setFilter(String filter)
public Photo.APIRequestGetComments setLiveFilter(Comment.EnumLiveFilter liveFilter)
public Photo.APIRequestGetComments setLiveFilter(String liveFilter)
public Photo.APIRequestGetComments setOrder(Comment.EnumOrder order)
public Photo.APIRequestGetComments setOrder(String order)
public Photo.APIRequestGetComments setSince(String since)
public Photo.APIRequestGetComments requestAllFields()
public Photo.APIRequestGetComments requestAllFields(boolean value)
public Photo.APIRequestGetComments requestFields(List<String> fields)
requestFields in class APIRequest<Comment>public Photo.APIRequestGetComments requestFields(List<String> fields, boolean value)
requestFields in class APIRequest<Comment>public Photo.APIRequestGetComments requestField(String field)
requestField in class APIRequest<Comment>public Photo.APIRequestGetComments requestField(String field, boolean value)
requestField in class APIRequest<Comment>public Photo.APIRequestGetComments requestAdminCreatorField()
public Photo.APIRequestGetComments requestAdminCreatorField(boolean value)
public Photo.APIRequestGetComments requestApplicationField()
public Photo.APIRequestGetComments requestApplicationField(boolean value)
public Photo.APIRequestGetComments requestAttachmentField()
public Photo.APIRequestGetComments requestAttachmentField(boolean value)
public Photo.APIRequestGetComments requestCanCommentField()
public Photo.APIRequestGetComments requestCanCommentField(boolean value)
public Photo.APIRequestGetComments requestCanHideField()
public Photo.APIRequestGetComments requestCanHideField(boolean value)
public Photo.APIRequestGetComments requestCanLikeField()
public Photo.APIRequestGetComments requestCanLikeField(boolean value)
public Photo.APIRequestGetComments requestCanRemoveField()
public Photo.APIRequestGetComments requestCanRemoveField(boolean value)
public Photo.APIRequestGetComments requestCanReplyPrivatelyField()
public Photo.APIRequestGetComments requestCanReplyPrivatelyField(boolean value)
public Photo.APIRequestGetComments requestCommentCountField()
public Photo.APIRequestGetComments requestCommentCountField(boolean value)
public Photo.APIRequestGetComments requestCreatedTimeField()
public Photo.APIRequestGetComments requestCreatedTimeField(boolean value)
public Photo.APIRequestGetComments requestFromField()
public Photo.APIRequestGetComments requestFromField(boolean value)
public Photo.APIRequestGetComments requestIdField()
public Photo.APIRequestGetComments requestIdField(boolean value)
public Photo.APIRequestGetComments requestIsHiddenField()
public Photo.APIRequestGetComments requestIsHiddenField(boolean value)
public Photo.APIRequestGetComments requestIsPrivateField()
public Photo.APIRequestGetComments requestIsPrivateField(boolean value)
public Photo.APIRequestGetComments requestLikeCountField()
public Photo.APIRequestGetComments requestLikeCountField(boolean value)
public Photo.APIRequestGetComments requestLiveBroadcastTimestampField()
public Photo.APIRequestGetComments requestLiveBroadcastTimestampField(boolean value)
public Photo.APIRequestGetComments requestMessageField()
public Photo.APIRequestGetComments requestMessageField(boolean value)
public Photo.APIRequestGetComments requestMessageTagsField()
public Photo.APIRequestGetComments requestMessageTagsField(boolean value)
public Photo.APIRequestGetComments requestObjectField()
public Photo.APIRequestGetComments requestObjectField(boolean value)
public Photo.APIRequestGetComments requestParentField()
public Photo.APIRequestGetComments requestParentField(boolean value)
public Photo.APIRequestGetComments requestPermalinkUrlField()
public Photo.APIRequestGetComments requestPermalinkUrlField(boolean value)
public Photo.APIRequestGetComments requestPrivateReplyConversationField()
public Photo.APIRequestGetComments requestPrivateReplyConversationField(boolean value)
public Photo.APIRequestGetComments requestUserLikesField()
public Photo.APIRequestGetComments requestUserLikesField(boolean value)
Copyright © 2020. All rights reserved.