public class Project extends Object
| Constructor and Description |
|---|
Project(String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
Project |
build(javax.ws.rs.core.UriInfo uriInfo) |
String |
getDescription() |
List<Developer> |
getDevelopers() |
ProjectInformation |
getInformation() |
String |
getName() |
void |
setDevelopers(Developers developers) |
void |
setInformation(ProjectInformation information) |
public String getName()
public String getDescription()
public ProjectInformation getInformation()
public void setInformation(ProjectInformation information)
public void setDevelopers(Developers developers)
public Project build(javax.ws.rs.core.UriInfo uriInfo)
Copyright © 2016 Atlassian. All rights reserved.