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