Uses of Class
com.atlassian.confluence.legacyapi.model.SpaceSummary
Packages that use SpaceSummary
Package
Description
-
Uses of SpaceSummary in com.atlassian.confluence.legacyapi.model.content
Methods in com.atlassian.confluence.legacyapi.model.content that return types with arguments of type SpaceSummaryModifier and TypeMethodDescriptioncom.atlassian.fugue.Option<SpaceSummary>Content.getSpace()Deprecated.com.atlassian.fugue.Option<SpaceSummary>ContentLink.getSpace()Deprecated.Constructor parameters in com.atlassian.confluence.legacyapi.model.content with type arguments of type SpaceSummaryModifierConstructorDescriptionContent(Long id, com.atlassian.fugue.Option<SpaceSummary> space, ContentType type, String title, String webUrlPath, com.atlassian.fugue.Option<String> tinyUrlPath, HistorySummary history, Iterable<ContentLink> ancestors, Map<ContentRepresentation, ContentBody> body, Map<Permission, Boolean> permissions) Deprecated.ContentLink(Long id, com.atlassian.fugue.Option<SpaceSummary> space, ContentType type, String title, String webUrlPath) Deprecated. -
Uses of SpaceSummary in com.atlassian.confluence.ui.rest.builder
Methods in com.atlassian.confluence.ui.rest.builder that return SpaceSummaryModifier and TypeMethodDescriptionLegacySpaceSummaryBuilder.buildFrom(Space space, Expansions expansions) Deprecated.