public class ConfluenceSearchResult extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ConfluenceSearchResult.ConfluenceSearchResultBuilder |
Constructor and Description |
---|
ConfluenceSearchResult(String id,
String type,
String title,
String excerpt,
String url,
String entityType) |
ConfluenceSearchResult(String id,
String type,
String title,
String titleContent,
String excerpt,
String excerptContent,
String url,
String entityType) |
Modifier and Type | Method and Description |
---|---|
String |
getEntityType() |
String |
getExcerpt() |
String |
getExcerptContent() |
String |
getId() |
String |
getTitle() |
String |
getTitleContent() |
String |
getType() |
String |
getUrl() |
boolean |
isPageResult() |
public ConfluenceSearchResult(String id, String type, String title, String excerpt, String url, String entityType)
public String getId()
public String getType()
public String getTitle()
public String getTitleContent()
public String getExcerpt()
public String getExcerptContent()
public String getUrl()
public String getEntityType()
public boolean isPageResult()
Copyright © 2002-2022 Atlassian. All Rights Reserved.