All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
WorkExperience |
copyFrom(WorkExperience instance) |
WorkExperience |
fetch() |
static WorkExperience |
fetchById(Long id,
APIContext context) |
static WorkExperience |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<WorkExperience> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<WorkExperience> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<WorkExperience> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<WorkExperience>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
WorkExperience.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldDescription() |
Page |
getFieldEmployer() |
String |
getFieldEndDate() |
User |
getFieldFrom() |
String |
getFieldId() |
Page |
getFieldLocation() |
Page |
getFieldPosition() |
List<Object> |
getFieldProjects() |
String |
getFieldStartDate() |
List<User> |
getFieldWith() |
String |
getId() |
static APIRequest.ResponseParser<WorkExperience> |
getParser() |
static WorkExperience |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<WorkExperience> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |