-
- All Implemented Interfaces:
public final class PageSearchResultParent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
PageSearchResultParent.Companion
-
Field Summary
Fields Modifier and Type Field Description private final PageSearchResultParentType
type
private String
databaseId
private String
pageId
private String
blockId
private Boolean
workspace
-
Constructor Summary
Constructors Constructor Description PageSearchResultParent(PageSearchResultParentType type, String databaseId, String pageId, String blockId, Boolean workspace)
PageSearchResultParent(PageSearchResultParentType type, String databaseId, String pageId, String blockId)
PageSearchResultParent(PageSearchResultParentType type, String databaseId, String pageId)
PageSearchResultParent(PageSearchResultParentType type, String databaseId)
PageSearchResultParent(PageSearchResultParentType type)
PageSearchResultParent()
-
Method Summary
Modifier and Type Method Description final PageSearchResultParentType
getType()
final String
getDatabaseId()
final Unit
setDatabaseId(String databaseId)
final String
getPageId()
final Unit
setPageId(String pageId)
final String
getBlockId()
final Unit
setBlockId(String blockId)
final Boolean
getWorkspace()
final Unit
setWorkspace(Boolean workspace)
-
-
Constructor Detail
-
PageSearchResultParent
PageSearchResultParent(PageSearchResultParentType type, String databaseId, String pageId, String blockId, Boolean workspace)
-
PageSearchResultParent
PageSearchResultParent(PageSearchResultParentType type, String databaseId, String pageId, String blockId)
-
PageSearchResultParent
PageSearchResultParent(PageSearchResultParentType type, String databaseId, String pageId)
-
PageSearchResultParent
PageSearchResultParent(PageSearchResultParentType type, String databaseId)
-
PageSearchResultParent
PageSearchResultParent(PageSearchResultParentType type)
-
PageSearchResultParent
PageSearchResultParent()
-
-
Method Detail
-
getType
final PageSearchResultParentType getType()
-
getDatabaseId
final String getDatabaseId()
-
setDatabaseId
final Unit setDatabaseId(String databaseId)
-
getBlockId
final String getBlockId()
-
setBlockId
final Unit setBlockId(String blockId)
-
getWorkspace
final Boolean getWorkspace()
-
setWorkspace
final Unit setWorkspace(Boolean workspace)
-
-
-
-