public class Component extends BasicComponent
| Modifier and Type | Class and Description |
|---|---|
static class |
Component.AssigneeInfo |
| Constructor and Description |
|---|
Component(URI self,
Long id,
String name,
String description,
BasicUser lead) |
Component(URI self,
Long id,
String name,
String description,
BasicUser lead,
Component.AssigneeInfo assigneeInfo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Component.AssigneeInfo |
getAssigneeInfo() |
BasicUser |
getLead() |
int |
hashCode() |
String |
toString() |
getDescription, getId, getName, getSelfpublic Component(URI self, @Nullable Long id, String name, String description, BasicUser lead)
public BasicUser getLead()
@Nullable public Component.AssigneeInfo getAssigneeInfo()
null if such information is
not available (JIRA prior 4.4)public String toString()
toString in class BasicComponentpublic boolean equals(Object obj)
equals in class BasicComponentpublic int hashCode()
hashCode in class BasicComponentCopyright © 2017 Atlassian. All rights reserved.