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