public class Project extends BasicProject implements ExpandableResource
| Constructor and Description |
|---|
Project(Iterable<String> expandos,
URI self,
String key,
Long id,
String name,
String description,
BasicUser lead,
URI uri,
Collection<Version> versions,
Collection<BasicComponent> components,
OptionalIterable<IssueType> issueTypes,
Collection<BasicProjectRole> projectRoles) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Iterable<BasicComponent> |
getComponents() |
String |
getDescription() |
Iterable<String> |
getExpandos() |
OptionalIterable<IssueType> |
getIssueTypes()
Getter for issueTypes
|
BasicUser |
getLead() |
Iterable<BasicProjectRole> |
getProjectRoles() |
protected com.google.common.base.Objects.ToStringHelper |
getToStringHelper() |
URI |
getUri() |
Iterable<Version> |
getVersions() |
int |
hashCode() |
public Project(Iterable<String> expandos, URI self, String key, Long id, String name, String description, BasicUser lead, URI uri, Collection<Version> versions, Collection<BasicComponent> components, OptionalIterable<IssueType> issueTypes, Collection<BasicProjectRole> projectRoles)
@Nullable public String getDescription()
public BasicUser getLead()
@Nullable public URI getUri()
null if not defined.public Iterable<BasicComponent> getComponents()
public OptionalIterable<IssueType> getIssueTypes()
public Iterable<BasicProjectRole> getProjectRoles()
public Iterable<String> getExpandos()
getExpandos in interface ExpandableResourceprotected com.google.common.base.Objects.ToStringHelper getToStringHelper()
getToStringHelper in class BasicProjectpublic boolean equals(Object o)
equals in class BasicProjectpublic int hashCode()
hashCode in class BasicProjectCopyright © 2017 Atlassian. All rights reserved.