public class AbstractLinkEnricher extends Object
Modifier and Type | Field and Description |
---|---|
protected RestNavigationService |
navigationService |
protected static String |
SELF_LINK |
Modifier | Constructor and Description |
---|---|
protected |
AbstractLinkEnricher(RestNavigationService navigationService) |
Modifier and Type | Method and Description |
---|---|
protected void |
enrichWithLink(RestObject restObject,
String linkKey,
String linkUrl)
adds a link to an immutable _links map, creating the map if it doesn't already exist.
|
RestNavigation |
navigation() |
protected static final String SELF_LINK
protected final RestNavigationService navigationService
protected AbstractLinkEnricher(RestNavigationService navigationService)
public RestNavigation navigation()
protected void enrichWithLink(RestObject restObject, String linkKey, String linkUrl)
Copyright © 2003–2016 Atlassian. All rights reserved.