@ExperimentalApi
public interface SpaceService
| Modifier and Type | Method and Description | 
|---|---|
| PageResponse<Content> | getContent(Space space,
          PageRequest pageRequest,
          Expansion... expansion)Retrieve the top level content contained in this space. | 
| com.atlassian.fugue.Option<Space> | getSpace(java.lang.String spaceKey,
        Expansion... expansions)Retrieve a space with the given spacekey. | 
com.atlassian.fugue.Option<Space> getSpace(java.lang.String spaceKey, Expansion... expansions)
spaceKey - - the space key of the spacePageResponse<Content> getContent(Space space, PageRequest pageRequest, Expansion... expansion)
The pageRequest limit is restricted to a maximum page size.
space - - the space to retrieve the content forpageRequest - - a pageRequest indicating how much content to retrieve.Copyright © 2003-2014 Atlassian. All Rights Reserved.