Package com.seeq.model
Class ItemOutputV1
java.lang.Object
com.seeq.model.ItemOutputV1
ItemOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPropertiesItem
(PropertyOutputV1 propertiesItem) datasource
(DatasourcePreviewV1 datasource) description
(String description) effectivePermissions
(PermissionsV1 effectivePermissions) boolean
fingerprint
(String fingerprint) Indicates whether the item's persistent disk cache is enabled.Get datasourceClarifying information or other plain language description of this itemGet effectivePermissionsFor stored items, an optional CDC (Change Data Capture) attribute.getId()
The ID that can be used to interact with the itemWhether item is archivedWhether item is redactedgetName()
The human readable nameThe list of the item's propertiesThe ID of the workbook to which this item is scoped or null if it is in the global scope.A plain language status message with information about any issues that may have been encountered during an operationThe item's translation key, if anygetType()
The type of the itemIf the item is a worksheet, the ID of its associated workbookint
hashCode()
isArchived
(Boolean isArchived) isRedacted
(Boolean isRedacted) properties
(List<PropertyOutputV1> properties) void
void
setDatasource
(DatasourcePreviewV1 datasource) void
setDescription
(String description) void
setEffectivePermissions
(PermissionsV1 effectivePermissions) void
setFingerprint
(String fingerprint) void
void
setIsArchived
(Boolean isArchived) void
setIsRedacted
(Boolean isRedacted) void
void
setProperties
(List<PropertyOutputV1> properties) void
setScopedTo
(String scopedTo) void
setStatusMessage
(String statusMessage) void
setTranslationKey
(String translationKey) void
void
setWorkbookId
(UUID workbookId) statusMessage
(String statusMessage) toString()
translationKey
(String translationKey) workbookId
(UUID workbookId)
-
Constructor Details
-
ItemOutputV1
public ItemOutputV1()
-
-
Method Details
-
cached
-
getCached
Indicates whether the item's persistent disk cache is enabled. Only present for items which support caching- Returns:
- cached
-
setCached
-
datasource
-
getDatasource
Get datasource- Returns:
- datasource
-
setDatasource
-
description
-
getDescription
Clarifying information or other plain language description of this item- Returns:
- description
-
setDescription
-
effectivePermissions
-
getEffectivePermissions
Get effectivePermissions- Returns:
- effectivePermissions
-
setEffectivePermissions
-
fingerprint
-
getFingerprint
For stored items, an optional CDC (Change Data Capture) attribute.- Returns:
- fingerprint
-
setFingerprint
-
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
-
isRedacted
-
getIsRedacted
Whether item is redacted- Returns:
- isRedacted
-
setIsRedacted
-
name
-
getName
The human readable name- Returns:
- name
-
setName
-
properties
-
addPropertiesItem
-
getProperties
The list of the item's properties- Returns:
- properties
-
setProperties
-
scopedTo
-
getScopedTo
The ID of the workbook to which this item is scoped or null if it is in the global scope.- Returns:
- scopedTo
-
setScopedTo
-
statusMessage
-
getStatusMessage
A plain language status message with information about any issues that may have been encountered during an operation- Returns:
- statusMessage
-
setStatusMessage
-
translationKey
-
getTranslationKey
The item's translation key, if any- Returns:
- translationKey
-
setTranslationKey
-
type
-
getType
The type of the item- Returns:
- type
-
setType
-
workbookId
-
getWorkbookId
If the item is a worksheet, the ID of its associated workbook- Returns:
- workbookId
-
setWorkbookId
-
equals
-
hashCode
public int hashCode() -
toString
-