public static class PagePost.APIRequestCreateComment 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 |
|---|
APIRequestCreateComment(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 APIRequestCreateComment(String nodeId, APIContext context)
public Comment getLastResponse()
getLastResponse in class APIRequest<Comment>public Comment parseResponse(String response, String header) throws APIException
parseResponse in class APIRequest<Comment>APIExceptionpublic Comment execute() throws APIException
execute in class APIRequest<Comment>APIExceptionpublic Comment execute(Map<String,Object> extraParams) throws APIException
execute in class APIRequest<Comment>APIExceptionpublic com.google.common.util.concurrent.ListenableFuture<Comment> executeAsync() throws APIException
APIExceptionpublic com.google.common.util.concurrent.ListenableFuture<Comment> executeAsync(Map<String,Object> extraParams) throws APIException
APIExceptionpublic PagePost.APIRequestCreateComment setParam(String param, Object value)
setParam in class APIRequest<Comment>public PagePost.APIRequestCreateComment setParams(Map<String,Object> params)
setParams in class APIRequest<Comment>public PagePost.APIRequestCreateComment setAttachmentId(String attachmentId)
public PagePost.APIRequestCreateComment setAttachmentShareUrl(String attachmentShareUrl)
public PagePost.APIRequestCreateComment setAttachmentUrl(String attachmentUrl)
public PagePost.APIRequestCreateComment setComment(String comment)
public PagePost.APIRequestCreateComment setCommentPrivacyValue(Comment.EnumCommentPrivacyValue commentPrivacyValue)
public PagePost.APIRequestCreateComment setCommentPrivacyValue(String commentPrivacyValue)
public PagePost.APIRequestCreateComment setFeedbackSource(String feedbackSource)
public PagePost.APIRequestCreateComment setMessage(String message)
public PagePost.APIRequestCreateComment setNectarModule(String nectarModule)
public PagePost.APIRequestCreateComment setParentCommentId(Object parentCommentId)
public PagePost.APIRequestCreateComment setParentCommentId(String parentCommentId)
public PagePost.APIRequestCreateComment setPostId(String postId)
public PagePost.APIRequestCreateComment setTracking(String tracking)
public PagePost.APIRequestCreateComment requestAllFields()
public PagePost.APIRequestCreateComment requestAllFields(boolean value)
public PagePost.APIRequestCreateComment requestFields(List<String> fields)
requestFields in class APIRequest<Comment>public PagePost.APIRequestCreateComment requestFields(List<String> fields, boolean value)
requestFields in class APIRequest<Comment>public PagePost.APIRequestCreateComment requestField(String field)
requestField in class APIRequest<Comment>public PagePost.APIRequestCreateComment requestField(String field, boolean value)
requestField in class APIRequest<Comment>Copyright © 2020. All rights reserved.