Class AssigneeOption

java.lang.Object
com.atlassian.jira.issue.fields.option.AssigneeOption
All Implemented Interfaces:
Option, SelectChild

public class AssigneeOption extends Object implements Option, SelectChild
  • Constructor Details

  • Method Details

    • getId

      public String getId()
      Specified by:
      getId in interface Option
    • getName

      public String getName()
      Specified by:
      getName in interface Option
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface Option
    • getEmailAddress

      public String getEmailAddress()
    • getAvatarURL

      public String getAvatarURL()
    • getImagePath

      public String getImagePath()
      Specified by:
      getImagePath in interface Option
    • getImagePathHtml

      public String getImagePathHtml()
      Description copied from interface: Option
      Returns the HTML-encoded image path for this Option.
      Specified by:
      getImagePathHtml in interface Option
      Returns:
      an HTML-encoded image path
      See Also:
    • getCssClass

      public String getCssClass()
      Specified by:
      getCssClass in interface Option
    • getChildOptions

      public List getChildOptions()
      Description copied from interface: Option
      Returns a list of dependent child options. Returns empty list if no children
      Specified by:
      getChildOptions in interface Option
      Returns:
      List of Option objects. (empty list if no children)
    • getOptionName

      public String getOptionName()
    • setOptionName

      public void setOptionName(String optionName)
    • getDisplayName

      public String getDisplayName()
    • setDisplayName

      public void setDisplayName(String displayName)
    • isOptionEnabled

      public boolean isOptionEnabled()
    • setOptionEnabled

      public void setOptionEnabled(boolean optionEnabled)
    • isSelected

      public boolean isSelected()
    • setSelected

      public void setSelected(boolean selected)
    • isLoggedInUser

      public boolean isLoggedInUser()
    • setLoggedInUser

      public void setLoggedInUser(boolean isLoggedInUser)
    • isOptionGroup

      public boolean isOptionGroup()
      Description copied from interface: SelectChild
      Return true if this implementation represents an <optgroup>, else false.
      Specified by:
      isOptionGroup in interface SelectChild
      Returns:
      true if this class is an option group
    • toString

      public String toString()
      Overrides:
      toString in class Object