Package com.seeq.model
Class AddOnToolOutputV1
java.lang.Object
com.seeq.model.AddOnToolOutputV1
AddOnToolOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) effectivePermissions
(PermissionsV1 effectivePermissions) boolean
Clarifying information or other plain language description of this itemGet effectivePermissionsThe icon class to be displayed for the Add-on Tool (e.g.getId()
The ID that can be used to interact with the itemWhether this item is in Development Mode, meaning that it is not allowed to be shared with any other users.Get installerWhether item is archivedWhether item is redactedAdd-on Tool link type (one of 'window', 'tab' or 'none')getName()
The human readable nameWhether the window is reused if already opened.Determines the order in which Add-on Tools are displayed in the tool panelA plain language status message with information about any issues that may have been encountered during an operationURL of the target applicationThe item's translation key, if anygetType()
The type of the itemDisplay characteristics used when 'linkType' is set to 'window'int
hashCode()
inDevelopment
(Boolean inDevelopment) installer
(IdentityPreviewV1 installer) isArchived
(Boolean isArchived) isRedacted
(Boolean isRedacted) reuseWindow
(Boolean reuseWindow) void
setDescription
(String description) void
setEffectivePermissions
(PermissionsV1 effectivePermissions) void
setIconClass
(String iconClass) void
void
setInDevelopment
(Boolean inDevelopment) void
setInstaller
(IdentityPreviewV1 installer) void
setIsArchived
(Boolean isArchived) void
setIsRedacted
(Boolean isRedacted) void
setLinkType
(String linkType) void
void
setReuseWindow
(Boolean reuseWindow) void
setSortKey
(String sortKey) void
setStatusMessage
(String statusMessage) void
setTargetUrl
(String targetUrl) void
setTranslationKey
(String translationKey) void
void
setWindowDetails
(String windowDetails) statusMessage
(String statusMessage) toString()
translationKey
(String translationKey) windowDetails
(String windowDetails)
-
Constructor Details
-
AddOnToolOutputV1
public AddOnToolOutputV1()
-
-
Method Details
-
description
-
getDescription
Clarifying information or other plain language description of this item- Returns:
- description
-
setDescription
-
effectivePermissions
-
getEffectivePermissions
Get effectivePermissions- Returns:
- effectivePermissions
-
setEffectivePermissions
-
iconClass
-
getIconClass
The icon class to be displayed for the Add-on Tool (e.g. 'fa fa-magic')- Returns:
- iconClass
-
setIconClass
-
id
-
getId
The ID that can be used to interact with the item- Returns:
- id
-
setId
-
inDevelopment
-
getInDevelopment
Whether this item is in Development Mode, meaning that it is not allowed to be shared with any other users.- Returns:
- inDevelopment
-
setInDevelopment
-
installer
-
getInstaller
Get installer- Returns:
- installer
-
setInstaller
-
isArchived
-
getIsArchived
Whether item is archived- Returns:
- isArchived
-
setIsArchived
-
isRedacted
-
getIsRedacted
Whether item is redacted- Returns:
- isRedacted
-
setIsRedacted
-
linkType
-
getLinkType
Add-on Tool link type (one of 'window', 'tab' or 'none')- Returns:
- linkType
-
setLinkType
-
name
-
getName
The human readable name- Returns:
- name
-
setName
-
reuseWindow
-
getReuseWindow
Whether the window is reused if already opened. Only used when 'linkType' is set to 'window'.- Returns:
- reuseWindow
-
setReuseWindow
-
sortKey
-
getSortKey
Determines the order in which Add-on Tools are displayed in the tool panel- Returns:
- sortKey
-
setSortKey
-
statusMessage
-
getStatusMessage
A plain language status message with information about any issues that may have been encountered during an operation- Returns:
- statusMessage
-
setStatusMessage
-
targetUrl
-
getTargetUrl
URL of the target application- Returns:
- targetUrl
-
setTargetUrl
-
translationKey
-
getTranslationKey
The item's translation key, if any- Returns:
- translationKey
-
setTranslationKey
-
type
-
getType
The type of the item- Returns:
- type
-
setType
-
windowDetails
-
getWindowDetails
Display characteristics used when 'linkType' is set to 'window'- Returns:
- windowDetails
-
setWindowDetails
-
equals
-
hashCode
public int hashCode() -
toString
-