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