com.atlassian.confluence.rest.api.services
Interface RestNavigation.RestBuilder

All Superinterfaces:
Navigation.Builder
All Known Implementing Classes:
AbstractNav, ContentNavImpl, ContentRestrictionByOperationNavImpl, ContentRestrictionByOperationNavImpl.ContentRestrictionByOperationKeyNav, DelegatingPathBuilder, LongTaskNavImpl, SpaceNavBuilderImpl, SpaceNavBuilderImpl.SpaceContentNavImpl
Enclosing interface:
RestNavigation

public static interface RestNavigation.RestBuilder
extends Navigation.Builder


Field Summary
 
Fields inherited from interface com.atlassian.confluence.api.nav.Navigation.Builder
NONE
 
Method Summary
 javax.ws.rs.core.UriBuilder toAbsoluteUriBuilder()
          converts this builder to a jersey URI builder
 
Methods inherited from interface com.atlassian.confluence.api.nav.Navigation.Builder
buildAbsolute, buildRelative, buildRelativeWithContext
 

Method Detail

toAbsoluteUriBuilder

javax.ws.rs.core.UriBuilder toAbsoluteUriBuilder()
converts this builder to a jersey URI builder

Returns:
a jersey URI builder


Copyright © 2003–2015 Atlassian. All rights reserved.