public static class Page.APIRequestCreatePhotoStory extends APIRequest<Page>
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 |
|---|
APIRequestCreatePhotoStory(String nodeId,
APIContext context) |
| Modifier and Type | Method and Description |
|---|---|
Page |
execute() |
Page |
execute(Map<String,Object> extraParams) |
com.google.common.util.concurrent.ListenableFuture<Page> |
executeAsync() |
com.google.common.util.concurrent.ListenableFuture<Page> |
executeAsync(Map<String,Object> extraParams) |
Page |
getLastResponse() |
Page |
parseResponse(String response,
String header) |
Page.APIRequestCreatePhotoStory |
requestAllFields() |
Page.APIRequestCreatePhotoStory |
requestAllFields(boolean value) |
Page.APIRequestCreatePhotoStory |
requestField(String field) |
Page.APIRequestCreatePhotoStory |
requestField(String field,
boolean value) |
Page.APIRequestCreatePhotoStory |
requestFields(List<String> fields) |
Page.APIRequestCreatePhotoStory |
requestFields(List<String> fields,
boolean value) |
Page.APIRequestCreatePhotoStory |
setParam(String param,
Object value) |
Page.APIRequestCreatePhotoStory |
setParams(Map<String,Object> params) |
Page.APIRequestCreatePhotoStory |
setPhotoId(String photoId) |
addToBatch, addToBatch, addToBatch, changeAsyncRequestExecutor, changeRequestExecutor, executeAsyncBase, executeAsyncBase, executeAsyncInternal, executeAsyncInternal, executeInternal, executeInternal, getAsyncExecutor, getContext, getExecutor, joinStringList, requestFieldInternal, setContext, setOverrideUrl, setParamInternal, setParamsInternal, setUseVideoEndpointpublic APIRequestCreatePhotoStory(String nodeId, APIContext context)
public Page getLastResponse()
getLastResponse in class APIRequest<Page>public Page parseResponse(String response, String header) throws APIException
parseResponse in class APIRequest<Page>APIExceptionpublic Page execute() throws APIException
execute in class APIRequest<Page>APIExceptionpublic Page execute(Map<String,Object> extraParams) throws APIException
execute in class APIRequest<Page>APIExceptionpublic com.google.common.util.concurrent.ListenableFuture<Page> executeAsync() throws APIException
APIExceptionpublic com.google.common.util.concurrent.ListenableFuture<Page> executeAsync(Map<String,Object> extraParams) throws APIException
APIExceptionpublic Page.APIRequestCreatePhotoStory setParam(String param, Object value)
setParam in class APIRequest<Page>public Page.APIRequestCreatePhotoStory setParams(Map<String,Object> params)
setParams in class APIRequest<Page>public Page.APIRequestCreatePhotoStory setPhotoId(String photoId)
public Page.APIRequestCreatePhotoStory requestAllFields()
public Page.APIRequestCreatePhotoStory requestAllFields(boolean value)
public Page.APIRequestCreatePhotoStory requestFields(List<String> fields)
requestFields in class APIRequest<Page>public Page.APIRequestCreatePhotoStory requestFields(List<String> fields, boolean value)
requestFields in class APIRequest<Page>public Page.APIRequestCreatePhotoStory requestField(String field)
requestField in class APIRequest<Page>public Page.APIRequestCreatePhotoStory requestField(String field, boolean value)
requestField in class APIRequest<Page>Copyright © 2024. All rights reserved.