java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.SearchResult

@Generated("io.github.primelib.primecodegen") public class SearchResult extends Object
SearchResult
  • Field Details

    • content

      protected Content content
      Base object for all content types. Representation of a blogpost (content)
    • user

      protected Map<String,Object> user
    • space

      protected Space space
    • title

      protected String title
    • excerpt

      protected String excerpt
    • url

      protected String url
    • resultParentContainer

      protected ContainerSummary resultParentContainer
    • resultGlobalContainer

      protected ContainerSummary resultGlobalContainer
    • entityType

      protected String entityType
    • iconCssClass

      protected String iconCssClass
    • lastModified

      protected Instant lastModified
    • friendlyLastModified

      protected String friendlyLastModified
    • score

      protected Double score
  • Constructor Details

    • SearchResult

      public SearchResult(Consumer<SearchResult> spec)
      Constructs a validated instance of SearchResult.
      Parameters:
      spec - the specification to process
    • SearchResult

      @Internal public SearchResult(Content content, Map<String,Object> user, Space space, String title, String excerpt, String url, ContainerSummary resultParentContainer, ContainerSummary resultGlobalContainer, List<Breadcrumb> breadcrumbs, String entityType, String iconCssClass, Instant lastModified, String friendlyLastModified, Double score)
      Constructs a validated instance of SearchResult.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using SearchResult(Consumer) instead.

      Parameters:
      content - Base object for all content types. Representation of a blogpost (content)
      user - user
      space - space
      title - title
      excerpt - excerpt
      url - url
      resultParentContainer - resultParentContainer
      resultGlobalContainer - resultGlobalContainer
      breadcrumbs - breadcrumbs
      entityType - entityType
      iconCssClass - iconCssClass
      lastModified - lastModified
      friendlyLastModified - friendlyLastModified
      score - score
    • SearchResult

      protected SearchResult()
  • Method Details