public static class AdAccount.APIRequestGetAdVideos extends APIRequest<APINode>
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 |
|---|
APIRequestGetAdVideos(String nodeId,
APIContext context) |
addToBatch, addToBatch, changeAsyncRequestExecutor, changeRequestExecutor, executeAsyncBase, executeAsyncBase, executeAsyncInternal, executeAsyncInternal, executeInternal, executeInternal, getAsyncExecutor, getContext, getExecutor, joinStringList, requestFieldInternal, setContext, setOverrideUrl, setParamInternal, setParamsInternal, setUseVideoEndpointpublic APIRequestGetAdVideos(String nodeId, APIContext context)
public APINodeList<APINode> getLastResponse()
getLastResponse in class APIRequest<APINode>public APINodeList<APINode> parseResponse(String response) throws APIException
parseResponse in class APIRequest<APINode>APIExceptionpublic APINodeList<APINode> execute() throws APIException
execute in class APIRequest<APINode>APIExceptionpublic APINodeList<APINode> execute(Map<String,Object> extraParams) throws APIException
execute in class APIRequest<APINode>APIExceptionpublic com.google.common.util.concurrent.ListenableFuture<APINodeList<APINode>> executeAsync() throws APIException
APIExceptionpublic com.google.common.util.concurrent.ListenableFuture<APINodeList<APINode>> executeAsync(Map<String,Object> extraParams) throws APIException
APIExceptionpublic AdAccount.APIRequestGetAdVideos setParam(String param, Object value)
setParam in class APIRequest<APINode>public AdAccount.APIRequestGetAdVideos setParams(Map<String,Object> params)
setParams in class APIRequest<APINode>public AdAccount.APIRequestGetAdVideos setMaxAspectRatio(Double maxAspectRatio)
public AdAccount.APIRequestGetAdVideos setMaxAspectRatio(String maxAspectRatio)
public AdAccount.APIRequestGetAdVideos setMaxheight(Long maxheight)
public AdAccount.APIRequestGetAdVideos setMaxheight(String maxheight)
public AdAccount.APIRequestGetAdVideos setMaxlength(Long maxlength)
public AdAccount.APIRequestGetAdVideos setMaxlength(String maxlength)
public AdAccount.APIRequestGetAdVideos setMaxwidth(Long maxwidth)
public AdAccount.APIRequestGetAdVideos setMaxwidth(String maxwidth)
public AdAccount.APIRequestGetAdVideos setMinAspectRatio(Double minAspectRatio)
public AdAccount.APIRequestGetAdVideos setMinAspectRatio(String minAspectRatio)
public AdAccount.APIRequestGetAdVideos setMinheight(Long minheight)
public AdAccount.APIRequestGetAdVideos setMinheight(String minheight)
public AdAccount.APIRequestGetAdVideos setMinlength(Long minlength)
public AdAccount.APIRequestGetAdVideos setMinlength(String minlength)
public AdAccount.APIRequestGetAdVideos setMinwidth(Long minwidth)
public AdAccount.APIRequestGetAdVideos setMinwidth(String minwidth)
public AdAccount.APIRequestGetAdVideos setTitle(String title)
public AdAccount.APIRequestGetAdVideos requestAllFields()
public AdAccount.APIRequestGetAdVideos requestAllFields(boolean value)
public AdAccount.APIRequestGetAdVideos requestFields(List<String> fields)
requestFields in class APIRequest<APINode>public AdAccount.APIRequestGetAdVideos requestFields(List<String> fields, boolean value)
requestFields in class APIRequest<APINode>public AdAccount.APIRequestGetAdVideos requestField(String field)
requestField in class APIRequest<APINode>public AdAccount.APIRequestGetAdVideos requestField(String field, boolean value)
requestField in class APIRequest<APINode>Copyright © 2018. All rights reserved.