@ExperimentalApi
public interface Navigation
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Navigation.Builder |
static interface |
Navigation.ContentNav |
static interface |
Navigation.SpaceContentNav |
static interface |
Navigation.SpaceNav |
| Modifier and Type | Method and Description |
|---|---|
Navigation.Builder |
baseApiPath() |
java.lang.String |
baseUrl() |
Navigation.Builder |
collection(Content content)
a builder to produce a URL to the collection that the content belongs to.
|
Navigation.Builder |
collection(Space space)
a builder to produce a URL to the collection that the space belongs to.
|
Navigation.ContentNav |
content(Content content)
create a content nav builder to reference a piece of content
|
Navigation.ContentNav |
content(ContentId contentId)
create a content nav builder to reference a piece of content
|
Navigation.ContentNav |
content(Reference<Content> contentReference)
create a content nav builder to reference a piece of content
|
Navigation.Builder |
fromReference(Reference<?> reference) |
Navigation.SpaceNav |
space(Reference<Space> spaceReference)
create a space nav builder to reference the given space
|
Navigation.SpaceNav |
space(Space space)
create a space nav builder to reference the given space
|
Navigation.ContentNav content(Content content)
content - Navigation.ContentNav content(Reference<Content> contentReference)
contentReference - Navigation.ContentNav content(ContentId contentId)
contentId - Navigation.SpaceNav space(Reference<Space> spaceReference)
spaceReference - Navigation.Builder collection(Content content)
content - Navigation.Builder collection(Space space)
space - Navigation.SpaceNav space(Space space)
space - java.lang.String baseUrl()
Navigation.Builder baseApiPath()
Navigation.Builder fromReference(Reference<?> reference)
Copyright © 2003-2014 Atlassian. All Rights Reserved.