public static class Page.APIRequestGetCanvasElements extends APIRequest<CanvasBodyElement>
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 |
|---|
APIRequestGetCanvasElements(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 APIRequestGetCanvasElements(String nodeId, APIContext context)
public APINodeList<CanvasBodyElement> getLastResponse()
getLastResponse in class APIRequest<CanvasBodyElement>public APINodeList<CanvasBodyElement> parseResponse(String response, String header) throws APIException
parseResponse in class APIRequest<CanvasBodyElement>APIExceptionpublic APINodeList<CanvasBodyElement> execute() throws APIException
execute in class APIRequest<CanvasBodyElement>APIExceptionpublic APINodeList<CanvasBodyElement> execute(Map<String,Object> extraParams) throws APIException
execute in class APIRequest<CanvasBodyElement>APIExceptionpublic com.google.common.util.concurrent.ListenableFuture<APINodeList<CanvasBodyElement>> executeAsync() throws APIException
APIExceptionpublic com.google.common.util.concurrent.ListenableFuture<APINodeList<CanvasBodyElement>> executeAsync(Map<String,Object> extraParams) throws APIException
APIExceptionpublic Page.APIRequestGetCanvasElements setParam(String param, Object value)
setParam in class APIRequest<CanvasBodyElement>public Page.APIRequestGetCanvasElements setParams(Map<String,Object> params)
setParams in class APIRequest<CanvasBodyElement>public Page.APIRequestGetCanvasElements requestAllFields()
public Page.APIRequestGetCanvasElements requestAllFields(boolean value)
public Page.APIRequestGetCanvasElements requestFields(List<String> fields)
requestFields in class APIRequest<CanvasBodyElement>public Page.APIRequestGetCanvasElements requestFields(List<String> fields, boolean value)
requestFields in class APIRequest<CanvasBodyElement>public Page.APIRequestGetCanvasElements requestField(String field)
requestField in class APIRequest<CanvasBodyElement>public Page.APIRequestGetCanvasElements requestField(String field, boolean value)
requestField in class APIRequest<CanvasBodyElement>public Page.APIRequestGetCanvasElements requestElementField()
public Page.APIRequestGetCanvasElements requestElementField(boolean value)
Copyright © 2020. All rights reserved.