public class LinkedDocument extends Object
| Constructor and Description |
|---|
LinkedDocument(String id,
String slug,
String type,
Set<String> tags) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getSlug() |
Set<String> |
getTags() |
String |
getType() |
static LinkedDocument |
parse(com.fasterxml.jackson.databind.JsonNode json) |
Copyright © 2014. All rights reserved.