All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
PlayableContent |
copyFrom(PlayableContent instance) |
PlayableContent |
fetch() |
static PlayableContent |
fetchById(Long id,
APIContext context) |
static PlayableContent |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<PlayableContent> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<PlayableContent> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<PlayableContent> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<PlayableContent>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
PlayableContent.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldId() |
String |
getFieldName() |
Profile |
getFieldOwner() |
String |
getId() |
static APIRequest.ResponseParser<PlayableContent> |
getParser() |
static PlayableContent |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<PlayableContent> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |