Package com.seeq.model
Class WorkbenchSearchResultPreviewV1
java.lang.Object
com.seeq.model.WorkbenchSearchResultPreviewV1
Workbench items
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAncestorsItem
(ItemPreviewV1 ancestorsItem) ancestors
(List<ItemPreviewV1> ancestors) creator
(IdentityPreviewV1 creator) description
(String description) effectivePermissions
(PermissionsV1 effectivePermissions) boolean
The list of the item's folder ancestors, starting at the topmost folder to which the user has accessThe ISO 8601 date of when the item was created (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm)Get creatorgetData()
Additional data about the item, provided as JSONThe item's descriptionGet effectivePermissionsAn indication of what text within this item matched a text searchgetId()
The ID that can be used to interact with the itemWhether item is archivedWhether the item is under the corporate folderFlag indicating whether this item has been marked as a favorite by the current userWhether the item is unmodifiablegetName()
The name of the itemgetOwner()
Get ownerThe ID of the folder this item belongs toGet rendererThe datetime when the item was shared with the current usergetType()
The type of the itemThe ISO 8601 date of when the item was last updated (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm)Id of containing workbook if item is a journal or reportId of containing worksheet if item is a journal or reportint
hashCode()
isArchived
(Boolean isArchived) isCorporate
(Boolean isCorporate) isUnmodifiable
(Boolean isUnmodifiable) owner
(IdentityPreviewV1 owner) parentFolderId
(String parentFolderId) renderer
(IdentityPreviewV1 renderer) void
setAncestors
(List<ItemPreviewV1> ancestors) void
setCreatedAt
(String createdAt) void
setCreator
(IdentityPreviewV1 creator) void
void
setDescription
(String description) void
setEffectivePermissions
(PermissionsV1 effectivePermissions) void
setHeadline
(String headline) void
void
setIsArchived
(Boolean isArchived) void
setIsCorporate
(Boolean isCorporate) void
setIsPinned
(Boolean isPinned) void
setIsUnmodifiable
(Boolean isUnmodifiable) void
void
setOwner
(IdentityPreviewV1 owner) void
setParentFolderId
(String parentFolderId) void
setRenderer
(IdentityPreviewV1 renderer) void
setSharedAt
(String sharedAt) void
void
setUpdatedAt
(String updatedAt) void
setWorkbookId
(String workbookId) void
setWorksheetId
(String worksheetId) toString()
workbookId
(String workbookId) worksheetId
(String worksheetId)
-
Constructor Details
-
WorkbenchSearchResultPreviewV1
public WorkbenchSearchResultPreviewV1()
-
-
Method Details
-
ancestors
-
addAncestorsItem
-
getAncestors
The list of the item's folder ancestors, starting at the topmost folder to which the user has access- Returns:
- ancestors
-
setAncestors
-
createdAt
-
getCreatedAt
The ISO 8601 date of when the item was created (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm)- Returns:
- createdAt
-
setCreatedAt
-
creator
-
getCreator
Get creator- Returns:
- creator
-
setCreator
-
data
-
getData
Additional data about the item, provided as JSON- Returns:
- data
-
setData
-
description
-
getDescription
The item's description- Returns:
- description
-
setDescription
-
effectivePermissions
-
getEffectivePermissions
Get effectivePermissions- Returns:
- effectivePermissions
-
setEffectivePermissions
-
headline
-
getHeadline
An indication of what text within this item matched a text search- Returns:
- headline
-
setHeadline
-
id
-
getId
The ID that can be used to interact with the item- Returns:
- id
-
setId
-
isArchived
-
getIsArchived
Whether item is archived- Returns:
- isArchived
-
setIsArchived
-
isCorporate
-
getIsCorporate
Whether the item is under the corporate folder- Returns:
- isCorporate
-
setIsCorporate
-
isPinned
-
getIsPinned
Flag indicating whether this item has been marked as a favorite by the current user- Returns:
- isPinned
-
setIsPinned
-
isUnmodifiable
-
getIsUnmodifiable
Whether the item is unmodifiable- Returns:
- isUnmodifiable
-
setIsUnmodifiable
-
name
-
getName
The name of the item- Returns:
- name
-
setName
-
owner
-
getOwner
Get owner- Returns:
- owner
-
setOwner
-
parentFolderId
-
getParentFolderId
The ID of the folder this item belongs to- Returns:
- parentFolderId
-
setParentFolderId
-
renderer
-
getRenderer
Get renderer- Returns:
- renderer
-
setRenderer
-
type
-
getType
The type of the item- Returns:
- type
-
setType
-
updatedAt
-
getUpdatedAt
The ISO 8601 date of when the item was last updated (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm)- Returns:
- updatedAt
-
setUpdatedAt
-
workbookId
-
getWorkbookId
Id of containing workbook if item is a journal or report- Returns:
- workbookId
-
setWorkbookId
-
worksheetId
-
getWorksheetId
Id of containing worksheet if item is a journal or report- Returns:
- worksheetId
-
setWorksheetId
-
equals
-
hashCode
public int hashCode() -
toString
-