public static class LiveVideo.APIRequestGetErrors extends APIRequest<LiveVideoError>
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 |
---|
APIRequestGetErrors(String nodeId,
APIContext context) |
addToBatch, addToBatch, changeAsyncRequestExecutor, changeRequestExecutor, executeAsyncBase, executeAsyncBase, executeAsyncInternal, executeAsyncInternal, executeInternal, executeInternal, getAsyncExecutor, getContext, getExecutor, joinStringList, requestFieldInternal, setContext, setOverrideUrl, setParamInternal, setParamsInternal, setUseVideoEndpoint
public APIRequestGetErrors(String nodeId, APIContext context)
public APINodeList<LiveVideoError> getLastResponse()
getLastResponse
in class APIRequest<LiveVideoError>
public APINodeList<LiveVideoError> parseResponse(String response) throws APIException
parseResponse
in class APIRequest<LiveVideoError>
APIException
public APINodeList<LiveVideoError> execute() throws APIException
execute
in class APIRequest<LiveVideoError>
APIException
public APINodeList<LiveVideoError> execute(Map<String,Object> extraParams) throws APIException
execute
in class APIRequest<LiveVideoError>
APIException
public com.google.common.util.concurrent.ListenableFuture<APINodeList<LiveVideoError>> executeAsync() throws APIException
APIException
public com.google.common.util.concurrent.ListenableFuture<APINodeList<LiveVideoError>> executeAsync(Map<String,Object> extraParams) throws APIException
APIException
public LiveVideo.APIRequestGetErrors setParam(String param, Object value)
setParam
in class APIRequest<LiveVideoError>
public LiveVideo.APIRequestGetErrors setParams(Map<String,Object> params)
setParams
in class APIRequest<LiveVideoError>
public LiveVideo.APIRequestGetErrors requestAllFields()
public LiveVideo.APIRequestGetErrors requestAllFields(boolean value)
public LiveVideo.APIRequestGetErrors requestFields(List<String> fields)
requestFields
in class APIRequest<LiveVideoError>
public LiveVideo.APIRequestGetErrors requestFields(List<String> fields, boolean value)
requestFields
in class APIRequest<LiveVideoError>
public LiveVideo.APIRequestGetErrors requestField(String field)
requestField
in class APIRequest<LiveVideoError>
public LiveVideo.APIRequestGetErrors requestField(String field, boolean value)
requestField
in class APIRequest<LiveVideoError>
public LiveVideo.APIRequestGetErrors requestCreationTimeField()
public LiveVideo.APIRequestGetErrors requestCreationTimeField(boolean value)
public LiveVideo.APIRequestGetErrors requestErrorCodeField()
public LiveVideo.APIRequestGetErrors requestErrorCodeField(boolean value)
public LiveVideo.APIRequestGetErrors requestErrorMessageField()
public LiveVideo.APIRequestGetErrors requestErrorMessageField(boolean value)
public LiveVideo.APIRequestGetErrors requestErrorTypeField()
public LiveVideo.APIRequestGetErrors requestErrorTypeField(boolean value)
public LiveVideo.APIRequestGetErrors requestIdField()
public LiveVideo.APIRequestGetErrors requestIdField(boolean value)
Copyright © 2018. All rights reserved.