public static class InstagramCarousel.APIRequestGetComments extends APIRequest<InstagramComment>
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<InstagramComment> getLastResponse()
getLastResponse in class APIRequest<InstagramComment>public APINodeList<InstagramComment> parseResponse(String response, String header) throws APIException
parseResponse in class APIRequest<InstagramComment>APIExceptionpublic APINodeList<InstagramComment> execute() throws APIException
execute in class APIRequest<InstagramComment>APIExceptionpublic APINodeList<InstagramComment> execute(Map<String,Object> extraParams) throws APIException
execute in class APIRequest<InstagramComment>APIExceptionpublic com.google.common.util.concurrent.ListenableFuture<APINodeList<InstagramComment>> executeAsync() throws APIException
APIExceptionpublic com.google.common.util.concurrent.ListenableFuture<APINodeList<InstagramComment>> executeAsync(Map<String,Object> extraParams) throws APIException
APIExceptionpublic InstagramCarousel.APIRequestGetComments setParam(String param, Object value)
setParam in class APIRequest<InstagramComment>public InstagramCarousel.APIRequestGetComments setParams(Map<String,Object> params)
setParams in class APIRequest<InstagramComment>public InstagramCarousel.APIRequestGetComments requestAllFields()
public InstagramCarousel.APIRequestGetComments requestAllFields(boolean value)
public InstagramCarousel.APIRequestGetComments requestFields(List<String> fields)
requestFields in class APIRequest<InstagramComment>public InstagramCarousel.APIRequestGetComments requestFields(List<String> fields, boolean value)
requestFields in class APIRequest<InstagramComment>public InstagramCarousel.APIRequestGetComments requestField(String field)
requestField in class APIRequest<InstagramComment>public InstagramCarousel.APIRequestGetComments requestField(String field, boolean value)
requestField in class APIRequest<InstagramComment>public InstagramCarousel.APIRequestGetComments requestCommentTypeField()
public InstagramCarousel.APIRequestGetComments requestCommentTypeField(boolean value)
public InstagramCarousel.APIRequestGetComments requestCreatedAtField()
public InstagramCarousel.APIRequestGetComments requestCreatedAtField(boolean value)
public InstagramCarousel.APIRequestGetComments requestIdField()
public InstagramCarousel.APIRequestGetComments requestIdField(boolean value)
public InstagramCarousel.APIRequestGetComments requestInstagramCommentIdField()
public InstagramCarousel.APIRequestGetComments requestInstagramCommentIdField(boolean value)
public InstagramCarousel.APIRequestGetComments requestInstagramUserField()
public InstagramCarousel.APIRequestGetComments requestInstagramUserField(boolean value)
public InstagramCarousel.APIRequestGetComments requestMentionedInstagramUsersField()
public InstagramCarousel.APIRequestGetComments requestMentionedInstagramUsersField(boolean value)
public InstagramCarousel.APIRequestGetComments requestMessageField()
public InstagramCarousel.APIRequestGetComments requestMessageField(boolean value)
public InstagramCarousel.APIRequestGetComments requestUsernameField()
public InstagramCarousel.APIRequestGetComments requestUsernameField(boolean value)
Copyright © 2024. All rights reserved.