public static class Page.APIRequestCreateVideoList extends APIRequest<Page>
APIRequest.DefaultAsyncRequestExecutor, APIRequest.DefaultRequestExecutor, APIRequest.IAsyncRequestExecutor, APIRequest.IRequestExecutor, APIRequest.RequestHelper, APIRequest.ResponseParser<T extends APINode>| 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 |
|---|
APIRequestCreateVideoList(String nodeId,
APIContext context) |
addToBatch, addToBatch, changeAsyncRequestExecutor, changeRequestExecutor, executeAsyncBase, executeAsyncBase, executeAsyncInternal, executeAsyncInternal, executeInternal, executeInternal, getAsyncExecutor, getContext, getExecutor, joinStringList, requestFieldInternal, setContext, setOverrideUrl, setParamInternal, setParamsInternal, setUseVideoEndpointpublic APIRequestCreateVideoList(String nodeId, APIContext context)
public Page getLastResponse()
getLastResponse in class APIRequest<Page>public Page parseResponse(String response) 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.APIRequestCreateVideoList setParam(String param, Object value)
setParam in class APIRequest<Page>public Page.APIRequestCreateVideoList setParams(Map<String,Object> params)
setParams in class APIRequest<Page>public Page.APIRequestCreateVideoList setTitle(String title)
public Page.APIRequestCreateVideoList setDescription(String description)
public Page.APIRequestCreateVideoList requestAllFields()
public Page.APIRequestCreateVideoList requestAllFields(boolean value)
public Page.APIRequestCreateVideoList requestFields(List<String> fields)
requestFields in class APIRequest<Page>public Page.APIRequestCreateVideoList requestFields(List<String> fields, boolean value)
requestFields in class APIRequest<Page>public Page.APIRequestCreateVideoList requestField(String field)
requestField in class APIRequest<Page>public Page.APIRequestCreateVideoList requestField(String field, boolean value)
requestField in class APIRequest<Page>Copyright © 2018. All rights reserved.