Uses of Interface
com.atlassian.confluence.api.nav.Navigation.SpaceNav
- 
Packages that use Navigation.SpaceNav Package Description com.atlassian.confluence.api.nav com.atlassian.confluence.plugins.rest.navigation.impl  - 
- 
Uses of Navigation.SpaceNav in com.atlassian.confluence.api.nav
Methods in com.atlassian.confluence.api.nav that return Navigation.SpaceNav Modifier and Type Method Description Navigation.SpaceNavNavigation. space(Space space)create a space nav builder to reference the given spaceNavigation.SpaceNavNavigation. space(Reference<Space> spaceReference)create a space nav builder to reference the given space - 
Uses of Navigation.SpaceNav in com.atlassian.confluence.plugins.rest.navigation.impl
Methods in com.atlassian.confluence.plugins.rest.navigation.impl that return Navigation.SpaceNav Modifier and Type Method Description Navigation.SpaceNavRestNavigationImpl. space(Space space)Navigation.SpaceNavRestNavigationImpl. space(Reference<Space> space) 
 -