Class ContainerSummary

java.lang.Object
com.atlassian.confluence.api.model.search.ContainerSummary

public class ContainerSummary extends Object
Provides a summary of the container for a search results entity.

Typically this is enough to generate breadcrumb links when rendering the search results

Since:
5.9
  • Method Details

    • getTitle

      public String getTitle()
      Returns:
      the title of the summarised container
    • getDisplayUrl

      public String getDisplayUrl()
      Returns:
      the display url of the summarised container.
    • builder

      public static ContainerSummary.Builder builder()