All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
Robot |
copyFrom(Robot instance) |
Robot |
fetch() |
static Robot |
fetchById(Long id,
APIContext context) |
static Robot |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<Robot> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<Robot> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<Robot> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<Robot>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
Robot.APIRequestGet |
get() |
APIContext |
getContext() |
List<Map<String,String>> |
getFieldBringupVars() |
List<Map<String,String>> |
getFieldConfigurations() |
String |
getFieldDataCenter() |
String |
getFieldId() |
List<Map<String,Double>> |
getFieldInitPos() |
List<Map<String,Double>> |
getFieldLastPos() |
String |
getFieldMeetupLinkHash() |
String |
getFieldSuite() |
String |
getFieldTargetMapImageUri() |
String |
getFieldTargetOsImageUri() |
String |
getFieldTargetSwImageUri() |
User |
getFieldUser() |
String |
getId() |
static APIRequest.ResponseParser<Robot> |
getParser() |
static Robot |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<Robot> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |