Class Component.AssigneeInfo

java.lang.Object
com.atlassian.jira.rest.client.api.domain.Component.AssigneeInfo
Enclosing class:
Component

public static class Component.AssigneeInfo extends Object
  • Constructor Details

  • Method Details

    • getAssignee

      @Nullable public BasicUser getAssignee()
    • getAssigneeType

      public AssigneeType getAssigneeType()
    • getRealAssignee

      @Nullable public BasicUser getRealAssignee()
    • getRealAssigneeType

      public AssigneeType getRealAssigneeType()
    • isAssigneeTypeValid

      public boolean isAssigneeTypeValid()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object