Package com.seeq.model
Class ExportPreviewV1
java.lang.Object
com.seeq.model.ExportPreviewV1
The list of exports
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautoupdateTimeRange
(Boolean autoupdateTimeRange) boolean
Boolean indicating if the time range for export will be updated to 'now' when the export is started.The ISO 8601 date of when the export was created (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm)getId()
The ID that can be used to interact with the itemWhether item is archivedWhether item is redactedgetName()
The human readable nameThe ID of the workbook to which this item is scoped.The item's translation key, if anygetType()
The type of the itemThe ISO 8601 date of when the export was updated/run (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm)int
hashCode()
isArchived
(Boolean isArchived) isRedacted
(Boolean isRedacted) void
setAutoupdateTimeRange
(Boolean autoupdateTimeRange) void
setCreatedAt
(String createdAt) void
void
setIsArchived
(Boolean isArchived) void
setIsRedacted
(Boolean isRedacted) void
void
setScopedTo
(String scopedTo) void
setTranslationKey
(String translationKey) void
void
setUpdatedAt
(String updatedAt) toString()
translationKey
(String translationKey)
-
Constructor Details
-
ExportPreviewV1
public ExportPreviewV1()
-
-
Method Details
-
autoupdateTimeRange
-
getAutoupdateTimeRange
Boolean indicating if the time range for export will be updated to 'now' when the export is started.- Returns:
- autoupdateTimeRange
-
setAutoupdateTimeRange
-
createdAt
-
getCreatedAt
The ISO 8601 date of when the export was created (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm)- Returns:
- createdAt
-
setCreatedAt
-
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
-
scopedTo
-
getScopedTo
The ID of the workbook to which this item is scoped. If null, the export is globally-scoped.- Returns:
- scopedTo
-
setScopedTo
-
translationKey
-
getTranslationKey
The item's translation key, if any- Returns:
- translationKey
-
setTranslationKey
-
type
-
getType
The type of the item- Returns:
- type
-
setType
-
updatedAt
-
getUpdatedAt
The ISO 8601 date of when the export was updated/run (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm)- Returns:
- updatedAt
-
setUpdatedAt
-
equals
-
hashCode
public int hashCode() -
toString
-