Class AddOnToolInputV1

java.lang.Object
com.seeq.model.AddOnToolInputV1

public class AddOnToolInputV1 extends Object
AddOnToolInputV1
  • Constructor Details

    • AddOnToolInputV1

      public AddOnToolInputV1()
  • Method Details

    • description

      public AddOnToolInputV1 description(String description)
    • getDescription

      public String getDescription()
      Clarifying information or other plain language description of this item. An input of just whitespaces is equivalent to a null input.
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • iconClass

      public AddOnToolInputV1 iconClass(String iconClass)
    • getIconClass

      public String getIconClass()
      The icon class to be displayed for the Add-on Tool (e.g. 'fa fa-magic')
      Returns:
      iconClass
    • setIconClass

      public void setIconClass(String iconClass)
    • inDevelopment

      public AddOnToolInputV1 inDevelopment(Boolean inDevelopment)
    • getInDevelopment

      public Boolean getInDevelopment()
      Whether this item is in Development Mode, meaning that it is not allowed to be shared with any other users. Non-administrators may only install Add-on Tools in Development Mode. This property may not be altered after creation. Defaults to false.
      Returns:
      inDevelopment
    • setInDevelopment

      public void setInDevelopment(Boolean inDevelopment)
    • linkType

      public AddOnToolInputV1 linkType(String linkType)
    • getLinkType

      public String getLinkType()
      Add-on Tool link type. Can be one of 'window', 'tab' or 'none'. When not specified it defaults to 'window'
      Returns:
      linkType
    • setLinkType

      public void setLinkType(String linkType)
    • name

      public AddOnToolInputV1 name(String name)
    • getName

      public String getName()
      Human readable name. Required during creation. An input of just whitespaces is equivalent to a null input.
      Returns:
      name
    • setName

      public void setName(String name)
    • reuseWindow

      public AddOnToolInputV1 reuseWindow(Boolean reuseWindow)
    • getReuseWindow

      public Boolean getReuseWindow()
      Whether the window is reused if already opened. Only used when 'linkType' is set to 'window'. Defaults to false.
      Returns:
      reuseWindow
    • setReuseWindow

      public void setReuseWindow(Boolean reuseWindow)
    • sortKey

      public AddOnToolInputV1 sortKey(String sortKey)
    • getSortKey

      public String getSortKey()
      Determines the order in which Add-on Tools are displayed in the tool panel
      Returns:
      sortKey
    • setSortKey

      public void setSortKey(String sortKey)
    • targetUrl

      public AddOnToolInputV1 targetUrl(String targetUrl)
    • getTargetUrl

      public String getTargetUrl()
      URL of the target application
      Returns:
      targetUrl
    • setTargetUrl

      public void setTargetUrl(String targetUrl)
    • windowDetails

      public AddOnToolInputV1 windowDetails(String windowDetails)
    • getWindowDetails

      public String getWindowDetails()
      Display characteristics used when 'linkType' is set to 'window'.
      Returns:
      windowDetails
    • setWindowDetails

      public void setWindowDetails(String windowDetails)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object