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