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