All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
VideoPoll |
copyFrom(VideoPoll instance) |
VideoPoll |
fetch() |
static VideoPoll |
fetchById(Long id,
APIContext context) |
static VideoPoll |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<VideoPoll> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<VideoPoll> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<VideoPoll> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<VideoPoll>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
VideoPoll.APIRequestGet |
get() |
APIContext |
getContext() |
Boolean |
getFieldCloseAfterVoting() |
Boolean |
getFieldDefaultOpen() |
String |
getFieldId() |
String |
getFieldQuestion() |
Boolean |
getFieldShowGradient() |
Boolean |
getFieldShowResults() |
VideoPoll.EnumStatus |
getFieldStatus() |
String |
getId() |
static APIRequest.ResponseParser<VideoPoll> |
getParser() |
VideoPoll.APIRequestGetPollOptions |
getPollOptions() |
static VideoPoll |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<VideoPoll> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
VideoPoll.APIRequestUpdate |
update() |