All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
VideoGameShow |
copyFrom(VideoGameShow instance) |
VideoGameShow.APIRequestCreateQuestion |
createQuestion() |
VideoGameShow |
fetch() |
static VideoGameShow |
fetchById(Long id,
APIContext context) |
static VideoGameShow |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<VideoGameShow> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<VideoGameShow> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<VideoGameShow> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<VideoGameShow>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
VideoGameShow.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldEndTime() |
String |
getFieldGameStatus() |
String |
getFieldGameType() |
String |
getFieldId() |
String |
getFieldStartTime() |
String |
getId() |
static APIRequest.ResponseParser<VideoGameShow> |
getParser() |
VideoGameShow.APIRequestGetQuestions |
getQuestions() |
static VideoGameShow |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<VideoGameShow> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
VideoGameShow.APIRequestUpdate |
update() |