All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
Link |
copyFrom(Link instance) |
Link.APIRequestCreateComment |
createComment() |
Link |
fetch() |
static Link |
fetchById(Long id,
APIContext context) |
static Link |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<Link> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<Link> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<Link> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<Link>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
Link.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldCaption() |
String |
getFieldCreatedTime() |
String |
getFieldDescription() |
Object |
getFieldFrom() |
String |
getFieldIcon() |
String |
getFieldId() |
String |
getFieldLink() |
String |
getFieldMessage() |
Boolean |
getFieldMultiShareOptimized() |
String |
getFieldName() |
Privacy |
getFieldPrivacy() |
Object |
getFieldVia() |
String |
getId() |
Link.APIRequestGetLikes |
getLikes() |
static APIRequest.ResponseParser<Link> |
getParser() |
static Link |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<Link> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |