public class Experience extends APINode
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
Experience() |
Modifier and Type | Method and Description |
---|---|
Experience |
copyFrom(Experience instance) |
APIContext |
getContext() |
String |
getFieldDescription() |
User |
getFieldFrom() |
String |
getFieldId() |
String |
getFieldName() |
List<User> |
getFieldWith() |
String |
getId() |
static APIRequest.ResponseParser<Experience> |
getParser() |
static Experience |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<Experience> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
Experience |
setFieldDescription(String value) |
Experience |
setFieldFrom(String value) |
Experience |
setFieldFrom(User value) |
Experience |
setFieldId(String value) |
Experience |
setFieldName(String value) |
Experience |
setFieldWith(List<User> value) |
Experience |
setFieldWith(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static Experience loadJSON(String json, APIContext context, String header)
public static APINodeList<Experience> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext
in class APINode
public void setContext(APIContext context)
setContext
in class APINode
public String getFieldDescription()
public Experience setFieldDescription(String value)
public User getFieldFrom()
public Experience setFieldFrom(User value)
public Experience setFieldFrom(String value)
public String getFieldId()
public Experience setFieldId(String value)
public String getFieldName()
public Experience setFieldName(String value)
public Experience setFieldWith(List<User> value)
public Experience setFieldWith(String value)
public Experience copyFrom(Experience instance)
public static APIRequest.ResponseParser<Experience> getParser()
Copyright © 2020. All rights reserved.