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.SpaceNav
Navigation. space(Space space)
create a space nav builder to reference the given spaceNavigation.SpaceNav
Navigation. 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.SpaceNav
RestNavigationImpl. space(Space space)
Navigation.SpaceNav
RestNavigationImpl. space(Reference<Space> space)
-